Skip to content

Commit 6f8cc4b

Browse files
authored
Merge pull request #1563 from dsam82/typo
minor typo
2 parents 37ba461 + cb1d252 commit 6f8cc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/abort_unwind.md

+1-1
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)