summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-24 22:36:55 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-24 22:36:55 +0200
commit85417da2e35f1a5b9fcd768171b4e984df607b25 (patch)
tree861ebfddb24136caf17799f7b3bd3a5234eed3d3 /doc
parentd53a75728ebafbca3d9f4346dc1dcb06c0ff307f (diff)
small typo in the documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/runtime-api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html
index 61c6350ed..9bc167217 100644
--- a/doc/runtime-api.html
+++ b/doc/runtime-api.html
@@ -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
over the parser's behaviour:
<pre class="haskell">
-let res = parseWithHeuristics eng (startCat gr) heuristic_factor callbacks
+Prelude PGF2> let res = parseWithHeuristics eng (startCat gr) heuristic_factor callbacks
</pre>
</span>
<span class="java">