Skip to content

Commit ce8dcf4

Browse files
authored
fix(lang-guide): IEE-754 -> IEEE-754 (#1356)
Spelling issues in lang-guide/lang-guide.md +252. IEE-754 should be IEEE-754
1 parent 642b19a commit ce8dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-guide/lang-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ What it is: Real numeric values using floating point internal arithmetic.
249249

250250
Annotation: `float`
251251

252-
Internally IEE-754 floats with 64 bit precision.
252+
Internally IEEE-754 floats with 64 bit precision.
253253

254254
Literals with a fractional decimal component are evaluated as `Float`: `0.1`, `3.14159`, `-10.4`
255255

0 commit comments

Comments
 (0)