Skip to content
Snippets Groups Projects
Commit cf277ec4 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[doc] fix typos

parent d69aafb2
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,9 @@
Generally speaking, we will have a module with signature [Data.D] for
every datatype to be exchanged with the server. For simple values,
predefined modules are already provided. More complex datatypes can be
build with some functors, typically for options, lists or arrays.
built with some functors, typically for options, lists or arrays.
Records and enumarated types are typical in JSON formatting, but difficult
Records and enumerated types are typical in JSON formatting, but difficult
to build from OCaml records and abstract datatypes. For those kinds of data,
we provide an API based on the following general scheme:
- you first create a empty container with its name, documentation and such;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment