Skip to content

Commit

Permalink
fix: Changed -NaN to NaN (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndranilKhedkar committed Sep 25, 2023
1 parent eaef3d3 commit e3e3217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/manual/key_space.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Within a given type, the ordering is:

- `Uint8Array`: byte ordering of the array
- `string`: byte ordering of the UTF-8 encoding of the string
- `number`: -NaN < -Infinity < -1.0 < -0.5 < -0.0 < 0.0 < 0.5 < 1.0 < Infinity <
- `number`: -Infinity < -1.0 < -0.5 < -0.0 < 0.0 < 0.5 < 1.0 < Infinity <
NaN
- `bigint`: mathematical ordering, largest negative number first, largest
positive number last
Expand Down

0 comments on commit e3e3217

Please sign in to comment.