Skip to content

Commit 75c996b

Browse files
Use a clearer & more direct spelling
Co-authored-by: Steve Canon <scanon@apple.com>
1 parent c2d3e96 commit 75c996b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSPL.docc/LanguageGuide/TheBasics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,9 @@ which is smaller than the spacing after 10,000.
616616

617617
<!---
618618
var n: Float = 10_000
619-
print(n + n.ulp)
619+
print(n.nextUp)
620620
n = 0.001
621-
print(n + n.ulp)
621+
print(n.nextUp)
622622
-->
623623

624624
Floating-point numbers have values for

0 commit comments

Comments
 (0)