small typo in the documentation

This commit is contained in:
Krasimir Angelov
2017-08-24 22:36:55 +02:00
parent d53a75728e
commit 85417da2e3

View File

@@ -209,7 +209,7 @@ There is also the function <tt>parseWithHeuristics</tt> which
takes two more paramaters which let you to have a better control takes two more paramaters which let you to have a better control
over the parser's behaviour: over the parser's behaviour:
<pre class="haskell"> <pre class="haskell">
let res = parseWithHeuristics eng (startCat gr) heuristic_factor callbacks Prelude PGF2> let res = parseWithHeuristics eng (startCat gr) heuristic_factor callbacks
</pre> </pre>
</span> </span>
<span class="java"> <span class="java">