Update Decode.roc

fixed typo

Signed-off-by: Becker A. <awqatty.b@gmail.com>
This commit is contained in:
Becker A 2023-12-02 18:33:17 -07:00 committed by GitHub
parent 66fa633fde
commit 14e04d65cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ DecodeError : [TooShort]
## Return type of a [Decoder].
##
## This is can be useful when creating a [custom](#custom) decoder or when
## This can be useful when creating a [custom](#custom) decoder or when
## using [fromBytesPartial](#fromBytesPartial). For example writing unit tests,
## such as;
## ```