Skip to content

Commit

Permalink
Docs: fix broken Ppx_lwt page
Browse files Browse the repository at this point in the history
Problem introduced in 3f3112a.

The blank line after "{v" is necessary to cause wikidoc to produce the
needed Wiki Creole markup. The same is true of the single space
preceding "v}".

Resolves #263.

[skip ci]
  • Loading branch information
aantron committed Oct 4, 2016
1 parent 8471d58 commit ffdb93f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ppx/ppx_lwt.mli
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,11 @@ else
The debug mode can be disabled with the option [-no-debug]:
{[
{v
$ ocamlfind ocamlc -package lwt.ppx \
-ppxopt lwt.ppx,-no-debug -linkpkg -o foo foo.ml
]}
v}
{2 Sequence}
Expand Down

0 comments on commit ffdb93f

Please sign in to comment.