Skip to content

Commit

Permalink
Rollup merge of #82463 - jrmuizel:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
panic_bounds_checks should be panic_bounds_check
  • Loading branch information
Aaron1011 authored Feb 25, 2021
2 parents 44f85c5 + 010a6f9 commit fe6cbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/lang-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Other features provided by lang items include:
marked with lang items; those specific four are `eq`, `ord`,
`deref`, and `add` respectively.
- stack unwinding and general failure; the `eh_personality`,
`panic` and `panic_bounds_checks` lang items.
`panic` and `panic_bounds_check` lang items.
- the traits in `std::marker` used to indicate types of
various kinds; lang items `send`, `sync` and `copy`.
- the marker types and variance indicators found in
Expand Down

0 comments on commit fe6cbbc

Please sign in to comment.