Skip to content

Commit

Permalink
Update src/start/exceptions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Egger <daniel@eggers-club.de>
  • Loading branch information
hyperslv and therealprof authored Jul 5, 2020
1 parent 2f44d22 commit 5ba9989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ possible.
> Note that the `exception` attribute transforms definitions of static variables
> inside the function by wrapping them into `unsafe` blocks and providing us
> with new appropriate variables of type `&mut` of the same name.
> Thus we can use operator `*` to access the values of the variables without
> Thus we can derefence the reference via `*` to access the values of the variables without
> needing to wrap them in an `unsafe` block.
## A complete example
Expand Down

0 comments on commit 5ba9989

Please sign in to comment.