Skip to content

Commit ad15065

Browse files
authored
Fixed typo: about about
Removed a typo where the word _about_ was used twice: > The compiler will warn about `about` potentially confusing situations involving different scripts.
1 parent 0fdd30a commit ad15065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-06-17-Rust-1.53.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct 人 {
103103
let α = 1;
104104
```
105105

106-
The compiler will warn about about potentially confusing situations involving different scripts.
106+
The compiler will warn about potentially confusing situations involving different scripts.
107107
For example, using identifiers that look very similar will result in a warning.
108108

109109
```

0 commit comments

Comments
 (0)