summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Gustavsson <bgustavsson@gmail.com>2016-12-13 10:52:55 +0100
committerGitHub <noreply@github.com>2016-12-13 10:52:55 +0100
commit7df7ce3b5d00dbfeea55c33fe309fddf75f94cdb (patch)
tree3a78f94f0fbdc617b5933ee20279a8787b6d52d0
parent2100abd5744ef5835fcd5eada63d94a827eaee59 (diff)
downloaderlang-7df7ce3b5d00dbfeea55c33fe309fddf75f94cdb.tar.gz
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ce127f8956..585e43dc62 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,7 +49,7 @@ feature one or two releases beforehand.
* In general, language changes/extensions require an
[EEP (Erlang Enhancement Proposal)](https://github.com/erlang/eep) to be written and approved before they
-can be included in OTP. Major changes or new features in ERTS, Kernel, or STDLIB may need an EEP or at least
+can be included in OTP. Major changes or new features in ERTS, Kernel, or STDLIB will need an EEP or at least
a discussion on the mailing list.
## Before you submit your pull request