Reword the section on bug reporting.
This commit is contained in:
parent
9a1756d956
commit
bfa5509d09
1 changed files with 3 additions and 4 deletions
|
@ -20,10 +20,9 @@ Racket yet.
|
|||
|
||||
@section{Bug reporting}
|
||||
|
||||
When encountering a bug, please strip the type annotations and try the
|
||||
resulting code with the generic graph library, without this interface. If you
|
||||
can reproduce the bug, then you should probably report it to the maintainer of
|
||||
the graph library directly. If not or if unsure, feel free to report it to me.
|
||||
If you find a bug, first try running your code directly with the graph library,
|
||||
in untyped Racket. If the bug persists, you should probably report it to the
|
||||
maintainer of the graph library directly. If unsure, report the bug to me.
|
||||
|
||||
@section{Contributing}
|
||||
|
||||
|
|
Loading…
Reference in a new issue