Skip to content

Commit 6c44bcc

Browse files
committed
Auto merge of rust-lang#75926 - camelid:patch-5, r=jonas-schievink
Fix typo in release notes
2 parents 8ed5cb5 + acd3962 commit 6c44bcc

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
@@ -10,7 +10,7 @@ Language
1010
function's caller's location information for panic messages.][72445]
1111
- [Recursively indexing into tuples no longer needs parentheses.][71322] E.g.
1212
`x.0.0` over `(x.0).0`.
13-
- [`mem::transmute` can now be used in static and constants.][72920] **Note**
13+
- [`mem::transmute` can now be used in statics and constants.][72920] **Note**
1414
You currently can't use `mem::transmute` in constant functions.
1515

1616
Compiler

0 commit comments

Comments
 (0)