about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2018-04-21 13:10:27 +0300
committerNiv Kaminer <nivkner@zoho.com>2018-04-21 13:10:27 +0300
commit6b6933cf3cccdcc8a6f8177f93c10ef737dabf70 (patch)
tree1864734304625d92f5497ae30cc87f607618f688
parent79b11275965fe6dbd8d1ed52b44d7663ca4d2f95 (diff)
downloadrust-6b6933cf3cccdcc8a6f8177f93c10ef737dabf70.tar.gz
rust-6b6933cf3cccdcc8a6f8177f93c10ef737dabf70.zip
typofix
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a6c66cf5d7e..e7041dcddc4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,7 +48,7 @@ always work, and sometimes it's hard to know what to search for, so consider thi
 extra credit. We won't mind if you accidentally file a duplicate report.
 
 Similarly, to help others who encountered the bug find your issue,
-consider filing an issue with with a descriptive title, which contains imformation that might be unique to it.
+consider filing an issue with with a descriptive title, which contains information that might be unique to it.
 This can be the language or compiler feature used, the conditions that trigger the bug,
 or part of the error message if there is any.
 An example could be: **"impossible case reached" on lifetime inference for impl Trait in return position**.