Skip to content

Commit 8faf5a0

Browse files
committed
Fix typo
1 parent 471152c commit 8faf5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/breaking-changes/prelude.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For this reason, [`TryFrom` and `TryInto`](https://github.com/rust-lang/rust/iss
1515
Unlike other item types, rustc's name resolution for macros does not support giving prelude macros a lower priority than other macros, even if the macro is unstable.
1616
As a general rule, avoid adding macros to the prelude except at edition boundaries.
1717

18-
This issues was encoutered when trying to land the [`assert_matches!` macro](https://github.com/rust-lang/rust/issues/82913).
18+
This issue was encountered when trying to land the [`assert_matches!` macro](https://github.com/rust-lang/rust/issues/82913).
1919

2020
## Types
2121

0 commit comments

Comments
 (0)