Skip to content

Commit 8c8dbab

Browse files
committed
MUST
1 parent 7635f99 commit 8c8dbab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/v2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ data type composed of three single-byte unsigned integers labelled "r", "g" and
122122
Fill value encoding
123123
~~~~~~~~~~~~~~~~~~~
124124

125-
Not a Number (NaN) must be encoded as the JSON string "NaN" if used as the
125+
Not a Number (NaN) MUST be encoded as the JSON string "NaN" if used as the
126126
value of the "fill_value" field.
127127

128-
When decoding the "fill_value" field, the JSON string "NaN" should be decoded
128+
When decoding the "fill_value" field, the JSON string "NaN" MUST be decoded
129129
as Not a Number (NaN) if the dtype basic type is floating point ("f").
130130

131131
Chunks

0 commit comments

Comments
 (0)