Skip to content

Commit acd3c59

Browse files
committed
fix typo
1 parent 4f6b141 commit acd3c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working-with-unsafe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn do_idx(idx: usize, arr: &[u8]) -> Option<u8> {
3333
}
3434
```
3535

36-
This program is now unsound, an yet *we only modified safe code*. This is the
36+
This program is now unsound, and yet *we only modified safe code*. This is the
3737
fundamental problem of safety: it's non-local. The soundness of our unsafe
3838
operations necessarily depends on the state established by "safe" operations.
3939
Although safety *is* modular (we *still* don't need to worry about about

0 commit comments

Comments
 (0)