Skip to content

Commit 010a6f9

Browse files
committed
panic_bounds_checks should be panic_bounds_check
1 parent fe1bf8e commit 010a6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/unstable-book/src/language-features/lang-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Other features provided by lang items include:
6666
marked with lang items; those specific four are `eq`, `ord`,
6767
`deref`, and `add` respectively.
6868
- stack unwinding and general failure; the `eh_personality`,
69-
`panic` and `panic_bounds_checks` lang items.
69+
`panic` and `panic_bounds_check` lang items.
7070
- the traits in `std::marker` used to indicate types of
7171
various kinds; lang items `send`, `sync` and `copy`.
7272
- the marker types and variance indicators found in

0 commit comments

Comments
 (0)