Skip to content

Commit

Permalink
don't not avoid using double-negatives
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBuchanan314 committed Mar 1, 2024
1 parent 723e4f5 commit ad56c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ cbrrr aims to conform to all the [strictness rules](https://ipld.io/specs/codecs

It decodes strictly, and there is no non-strict mode available. This means, among other things:

- No duplicate map keys are allowed
- No non-canonically sorted map keys are allowed
- No non-string map keys are allowed
- Maps must not have duplicate keys
- Map keys must be strings
- Map keys must be canonically sorted
- Only 64-bit floats are allowed
- All integers/lengths must be minimally encoded
- Only tag type 42 is allowed (NOTE: For now, CID values themselves are not validated)
Expand Down

0 comments on commit ad56c83

Please sign in to comment.