We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 711c0c5 + 6532688 commit fa663f4Copy full SHA for fa663f4
src/tokens.md
@@ -687,7 +687,7 @@ let x: f64 = 2.;
687
```
688
689
This last example is different because it is not possible to use the suffix
690
-syntax with a floating point literal end.token.ing in a period. `2.f64` would attempt
+syntax with a floating point literal ending in a period. `2.f64` would attempt
691
to call a method named `f64` on `2`.
692
693
Note that `-1.0`, for example, is analyzed as two tokens: `-` followed by `1.0`.
0 commit comments