Skip to content

Commit e9164e7

Browse files
authored
Update exceptions.md
1 parent ccfe42d commit e9164e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start/exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn SysTick() {
3737
```
3838

3939
As you may know, using `static mut` variables in a function makes it
40-
*non-reentrant*. It's undefined behavior to call a non-reentrant function,
40+
[*non-reentrant*](https://en.wikipedia.org/wiki/Reentrancy_(computing)). It's undefined behavior to call a non-reentrant function,
4141
directly or indirectly, from more than one exception / interrupt handler or from
4242
`main` and one or more exception / interrupt handlers.
4343

0 commit comments

Comments
 (0)