Added missing parenthesis in quickstart

This commit is contained in:
Egor Panfilov 2017-07-16 13:56:48 +03:00
parent 5829bdb2fc
commit 15f2687f0f
1 changed files with 1 additions and 1 deletions

View File

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