Skip to content

Commit cb1d252

Browse files
authored
minor typo
1 parent 37ba461 commit cb1d252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/abort_unwind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The previous section illustrates the error handling mechanism `panic`. Different code paths can be conditionally compiled based on the panic setting. The current values available are `unwind` and `abort`.
44

55

6-
Building on the prior lemonade example, we explicitly use the panic strategy to execise different lines of code.
6+
Building on the prior lemonade example, we explicitly use the panic strategy to exercise different lines of code.
77

88
```rust,editable,mdbook-runnable
99

0 commit comments

Comments
 (0)