Skip to content

Commit c3097f8

Browse files
authored
Merge pull request #1007 from Swaagie/patch-1
[doc] fix toc links
2 parents 6111fd5 + bc612d9 commit c3097f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/npm-browser-packages/template-deep-dive/src-utils-rs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The purpose of `utils.rs` is to define the `utils` module, which contains a sing
55
If the `console_error_panic_hook` feature is not enabled, then `set_panic_hook` is defined to be an inlined empty function. So, there is no run-time performance or code-size penalty incurred by its use.
66

77
We will discuss:
8-
1. [Defining `set_panic_hook`](#a1-defining-set_panic_hook)
9-
2. [What is `console_error_panic_hook`?](#a2-what-is-console_error_panic_hook)
8+
1. [Defining `set_panic_hook`](#1-defining-set_panic_hook)
9+
2. [What is `console_error_panic_hook`?](#2-what-is-console_error_panic_hook)
1010

1111

1212
---

0 commit comments

Comments
 (0)