We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d03a4e commit fce7efcCopy full SHA for fce7efc
src/panic-implementation.md
@@ -3,7 +3,7 @@
3
#### Step 1: Invocation of the `panic!` macro.
4
5
There are actually two panic macros - one defined in `libcore`, and one defined in `libstd`.
6
-This is due to the fact that code in `libcore` can panic. `libcore` is built before `libsd`,
+This is due to the fact that code in `libcore` can panic. `libcore` is built before `libstd`,
7
but we want panics to use the same machinery at runtime, whether they originate in `libcore` or `libstd`.
8
9
##### libcore definition of panic!
0 commit comments