Typo in Json module: exchange

This commit is contained in:
Fábio Beirão 2023-05-26 10:15:46 +02:00
parent 07568df92b
commit 03f4798d5a
No known key found for this signature in database
GPG key ID: 13FD3A2130278AAE

View file

@ -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