Skip to content

Commit fa663f4

Browse files
authored
Merge pull request #2106 from DanielEScherzer/patch-2
tokens: remove misplaced ".token." within a word
2 parents 711c0c5 + 6532688 commit fa663f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ let x: f64 = 2.;
687687
```
688688

689689
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
690+
syntax with a floating point literal ending in a period. `2.f64` would attempt
691691
to call a method named `f64` on `2`.
692692

693693
Note that `-1.0`, for example, is analyzed as two tokens: `-` followed by `1.0`.

0 commit comments

Comments
 (0)