Skip to content

Commit adc02b7

Browse files
fix: clarify wording in numerical precision note
1 parent 87d9f72 commit adc02b7

File tree

1 file changed

+1
-1
lines changed
  • pages/understanding-json-schema/reference

1 file changed

+1
-1
lines changed

pages/understanding-json-schema/reference/numeric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The multiple can be a floating point number:
162162
4.021
163163
```
164164

165-
<Infobox label="Note"> The JSON Schema Specification defines numerical precision independently of the IEEE 754 standard. This means developers do not need to worry about the typical limitations of floating-point arithmetic, such as precision loss or representation errors, which are common in most programming languages. </Infobox>
165+
<Infobox label="Note"> The JSON Specification defines numerical precision independently of the IEEE 754 standard. This means developers do not need to worry about the typical limitations of floating-point arithmetic, such as precision loss or representation errors, which are common in most programming languages. </Infobox>
166166

167167
<Keywords label="single: number; range single: maximum single: exclusiveMaximum single: minimum single: exclusiveMinimum" />
168168

0 commit comments

Comments
 (0)