mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Update Decode.roc
fixed typo Signed-off-by: Becker A. <awqatty.b@gmail.com>
This commit is contained in:
parent
66fa633fde
commit
14e04d65cf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
## ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue