fix broken footnote

This commit is contained in:
kageru 2020-04-21 17:25:13 +02:00
parent b8ad83e047
commit c00a5b9de2
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -164,7 +164,9 @@ fun withGenerator() =
.sum()
```
with `const val upper = 1_000_000_000L`.[^`1 until upper` is used in these examples because unlike `lower..upper`, `until` is end-inclusive like Java’s LongStream.range().]
with `const val upper = 1_000_000_000L`.[^offbyone]
[^offbyone]: `1 until upper` is used in these examples because unlike `lower..upper`, `until` is end-inclusive like Java’s LongStream.range().
Without wasting any more of your time, here are the results: