Skip to content

Commit

Permalink
chore: force case insensitivity for string comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Dec 20, 2023
1 parent 6070953 commit 2add47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ Operator | Description
`[]`| Index (0-based)
`.`| Property de-reference

String comparisons `SHOULD` be case insensitive.
String comparisons `MUST` be case insensitive.

##### Fixed Fields
Field Name | Type | Description
Expand Down

0 comments on commit 2add47c

Please sign in to comment.