Skip to content

Commit e6b5d88

Browse files
authored
Rollup merge of rust-lang#72990 - rust-lang:wesleywiser-patch-1, r=Dylan-DPC
Fix missing word in RELEASES.md
2 parents 7651423 + 61c2774 commit e6b5d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Compatibility Notes
100100
- [Removed the `-C no_integrated_as` flag from rustc.][70345]
101101
- [The `file_name` property in JSON output of macro errors now points the actual
102102
source file rather than the previous format of `<NAME macros>`.][70969]
103-
**Note:** this may not point a file that actually exists on the user's system.
103+
**Note:** this may not point to a file that actually exists on the user's system.
104104
- [The minimum required external LLVM version has been bumped to LLVM 8.][71147]
105105
- [`mem::{zeroed, uninitialised}` will now panic when used with types that do
106106
not allow zero initialization such as `NonZeroU8`.][66059] This was

0 commit comments

Comments
 (0)