about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Bergdoll <lukas.bergdoll@gmail.com>2018-06-08 19:44:04 +0200
committerLukas Bergdoll <lukas.bergdoll@gmail.com>2018-06-08 19:44:04 +0200
commit0bc8d4ef2c36ed08e9ec9c0793106301941577de (patch)
treecce08cb343ec9225114c07de253626dd4abde35d
parent1b4c921103ff4ae225f2d84a8b13f1616dcb538e (diff)
downloadrust-0bc8d4ef2c36ed08e9ec9c0793106301941577de.tar.gz
rust-0bc8d4ef2c36ed08e9ec9c0793106301941577de.zip
Fix spelling error in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e7041dcddc4..2b9f0624970 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 information that might be unique to it.
+consider filing an issue 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**.