Skip to content

Commit fce7efc

Browse files
committed
Fix typo
1 parent 5d03a4e commit fce7efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panic-implementation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#### Step 1: Invocation of the `panic!` macro.
44

55
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`,
6+
This is due to the fact that code in `libcore` can panic. `libcore` is built before `libstd`,
77
but we want panics to use the same machinery at runtime, whether they originate in `libcore` or `libstd`.
88

99
##### libcore definition of panic!

0 commit comments

Comments
 (0)