about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-08-21 01:12:21 -0400
committerGitHub <noreply@github.com>2025-08-21 01:12:21 -0400
commit803456aeffe837096d9dcc1640a62d19b6c443eb (patch)
tree27d43e3f038f3601c97bd22f398927ca476a2c45
parent1d02056329e9a813f71310f23d27bcea58369624 (diff)
parent555986d8ac187601970a7f439b73dad305cb2d81 (diff)
downloadrust-803456aeffe837096d9dcc1640a62d19b6c443eb.tar.gz
rust-803456aeffe837096d9dcc1640a62d19b6c443eb.zip
Rollup merge of #145621 - dns2utf8:fix_some_typos, r=petrochenkov
Fix some doc typos

Hi all

Hope the changes are in the correct repo.
If not please point me towards the correct locations.

Cheers
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b6dc0628646..33abe45ce46 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1778,7 +1778,7 @@ Language
 - [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
 - [Make inductive cycles in coherence ambiguous always.](https://github.com/rust-lang/rust/pull/118649/)
 - [Get rid of type-driven traversal in const-eval interning](https://github.com/rust-lang/rust/pull/119044/),
-  only as a [future compatiblity lint](https://github.com/rust-lang/rust/pull/122204) for now.
+  only as a [future compatibility lint](https://github.com/rust-lang/rust/pull/122204) for now.
 - [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/)
 
 <a id="1.77.0-Compiler"></a>