stdlib
stdlib copied to clipboard
doc: fixes to documentation for `gleam/dynamic/decode`
trafficstars
Couple of fixes to the documentation for the decode module:
- ~~Replaced
assertwithlet assertas the former is not currently valid Gleam code.~~- ~~I did this work in a separate commit so it can be easily reverted when this syntax becomes valid.~~
- Fixed a syntax error.
- Removed a reference to
decode.thenfrom an example that doesn't use it.
docs: minor corrections to dynamic/decode
Yep! All done