Skip to content

Commit 7e27a4b

Browse files
Kyle StrandBatmanAoD
Kyle Strand
authored andcommitted
fix array-indexing link
1 parent 9fc24f6 commit 7e27a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impossible, which can result in both code-size and runtime speed improvements.
5050

5151
See also the [`panic_handler` attribute](runtime.md#the-panic_handler-attribute) which can be used to change the behavior of panics.
5252

53-
[array-indexing]: expressions/array-expr.md#array-and-slice-indexing-expressions
53+
[array indexing]: expressions/array-expr.md#array-and-slice-indexing-expressions
5454
[destructors]: destructors.md
5555
[fn-catch-unwind]: ../std/panic/fn.catch_unwind.html
5656
[macro-panic]: ../std/macro.panic.html

0 commit comments

Comments
 (0)