From cf277ec48bebabde7796810f867a9af83693b36f Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Thu, 19 Mar 2020 11:00:35 +0100 Subject: [PATCH] [doc] fix typos --- src/plugins/server/data.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/server/data.mli b/src/plugins/server/data.mli index 481b78c798e..19edb814ad3 100644 --- a/src/plugins/server/data.mli +++ b/src/plugins/server/data.mli @@ -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; -- GitLab