Skip to content

Commit 33b9361

Browse files
authored
Rollup merge of #75926 - camelid:patch-5, r=jonas-schievink
Fix typo in release notes
2 parents ed771ce + acd3962 commit 33b9361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
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)