diff --git a/docs/tutorials/error_monad.rst b/docs/tutorials/error_monad.rst index 5af7ac8a1..ddac11f6f 100644 --- a/docs/tutorials/error_monad.rst +++ b/docs/tutorials/error_monad.rst @@ -323,7 +323,7 @@ encoding type and a function to take a value of the encoded type and create an error value. A pretty printer can optionally be specified, but may also be omitted. -The actual error monad and it’s tracing features can be seen in this +The actual error monad and its tracing features can be seen in this function which parses contracts: .. code:: ocaml