Skip to content

Commit 64321d5

Browse files
committed
Update Section 3 -- Type System.md
1 parent 00dcf97 commit 64321d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ encoding integer numbers larger than 32-bit.
451451
### Float
452452

453453
The Float scalar type represents signed double-precision finite (i.e., not {NaN}
454-
or infinity) fractional values as specified by
455-
[IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). Response formats
454+
or {Infinity}) fractional values as specified by
455+
[IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). Response formats
456456
that support an appropriate double-precision number type should use that type to
457457
represent this scalar.
458458

0 commit comments

Comments
 (0)