Skip to content

Commit 7d70604

Browse files
committed
Update typo
1 parent c0dbb12 commit 7d70604

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
@@ -102,7 +102,7 @@ Compatibility Notes
102102
command, which has been available since 1.16.
103103
- [Ending a float literal with `._` is now a hard error.
104104
Example: `42._` .][41946]
105-
- [Any use of a private `extern crate` outside of it's module is now a
105+
- [Any use of a private `extern crate` outside of its module is now a
106106
hard error.][36886] This was previously a warning.
107107
- [`use ::self::foo;` is now a hard error.][36888] `self` paths are always
108108
relative while the `::` prefix makes a path absolute, but was ignored and the

0 commit comments

Comments
 (0)