Merge pull request #191 from soupault/fix_quickstart

Add missing parenthesis in quickstart examples
This commit is contained in:
Rudi Grinberg 2017-07-16 07:05:33 -04:00 committed by GitHub
commit b7ccc320fa
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Write this jbuild:
((name hello_world) ((name hello_world)
(libraries (core)) (libraries (core))
(preprocess (pps (ppx_jane))) (preprocess (pps (ppx_jane)))
) ))
This ``hello_world.ml`` file: This ``hello_world.ml`` file: