Skip to content

Commit c1192da

Browse files
committed
Fix typo
1 parent 2c106c3 commit c1192da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-unsafe-extern-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Three, if we were to say that the proof obligation of ensuring the signature of
156156

157157
## Prefix only `extern` with `safe` or `unsafe`
158158

159-
One could ask, who not prefix *only* `extern` with `safe` or `unsafe`? E.g.:
159+
One could ask, why not prefix *only* `extern` with `safe` or `unsafe`? E.g.:
160160

161161
```rust
162162
safe extern {

0 commit comments

Comments
 (0)