Skip to content

Commit e423fd8

Browse files
authored
Merge pull request rust-lang#855 from JoelMon/patch-1
Fixed typo: about about
2 parents 566c945 + ad15065 commit e423fd8

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)