mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Typo in Json module: exchange
This commit is contained in:
parent
07568df92b
commit
03f4798d5a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
## JSON is a data format that is easy for humans to read and write. It is
|
||||
## commonly used to exhange 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).
|
||||
##
|
||||
## This module implements functionality to serialise and de-serialise Roc types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue