mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Use serialize instead of serialise
The rest of the documentation prefers the en-US spelling
This commit is contained in:
parent
03f4798d5a
commit
698c9715af
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
## commonly used to exchange data between two systems such as a server and a
|
||||
## 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
|
||||
## can be achieved without the need to write custom encoder and decoder functions
|
||||
## to parse UTF-8 strings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue