Use serialize instead of serialise

The rest of the documentation prefers the en-US spelling
This commit is contained in:
Fábio Beirão 2023-05-26 10:16:47 +02:00
parent 03f4798d5a
commit 698c9715af
No known key found for this signature in database
GPG key ID: 13FD3A2130278AAE

View file

@ -2,7 +2,7 @@
## commonly used to exchange data between two systems such as a server and a ## commonly used to exchange data between two systems such as a server and a
## client (e.g. web browser). ## client (e.g. web browser).
## ##
## This module implements functionality to serialise and de-serialise Roc types ## This module implements functionality to serialize and de-serialize Roc types
## to and from JSON data. Using the `Encode` and `Decode` builtins this process ## to and from JSON data. Using the `Encode` and `Decode` builtins this process
## can be achieved without the need to write custom encoder and decoder functions ## can be achieved without the need to write custom encoder and decoder functions
## to parse UTF-8 strings. ## to parse UTF-8 strings.