Fix language choice for example in docs.

This commit is contained in:
Yaron Minsky 2017-05-21 14:45:06 -04:00 committed by GitHub
parent e89ab73e4d
commit b8acabee43
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ In a directory of your choice, write this ``jbuild`` file:
This ``hello_world.ml`` file:
.. code:: scheme
.. code:: ocaml
Lwt_main.run (Lwt_io.printf "Hello, world!\n")