about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorfuyangpengqi <995764973@qq.com>2025-03-04 16:05:32 +0800
committerfuyangpengqi <995764973@qq.com>2025-03-04 16:05:32 +0800
commit4febd273e5a82a9c5aa648e8d843baa184c30929 (patch)
treeef889d80f9ac109349c0488abc0af2585f4b3d0e /CONTRIBUTING.md
parentfd17deacce374a4185c882795be162e17b557050 (diff)
downloadrust-4febd273e5a82a9c5aa648e8d843baa184c30929.tar.gz
rust-4febd273e5a82a9c5aa648e8d843baa184c30929.zip
Fix some typos
Signed-off-by: fuyangpengqi <995764973@qq.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a5ddff595f5..e155e253784 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,7 +18,7 @@ For submodules, changes need to be made against the repository corresponding the
 submodule, and not the main `rust-lang/rust` repository.
 
 For subtrees, prefer sending a PR against the subtree's repository if it does
-not need to be made against the main `rust-lang/rust` repostory (e.g. a
+not need to be made against the main `rust-lang/rust` repository (e.g. a
 rustc-dev-guide change that does not accompany a compiler change).
 
 ## About the [rustc-dev-guide]