You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/error/abort_unwind.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
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`.
4
4
5
5
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.
0 commit comments