summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAnton Davydov <[email protected]>2015-06-19 15:52:23 +0300
committerAnton Davydov <[email protected]>2015-06-19 15:52:23 +0300
commitdcc316d3b84691f88158c3a3d2c43e612a995f6e (patch)
tree60096a10a0fb04414ebaef800b8dbd9c32f55f21 /CONTRIBUTING.md
parent6a796cb4ccd53a35c93c89c1074d556186207966 (diff)
downloadmruby-dcc316d3b84691f88158c3a3d2c43e612a995f6e.tar.gz
mruby-dcc316d3b84691f88158c3a3d2c43e612a995f6e.zip
Fix typos in documentation and error messages [skip ci]
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 1d4de00b9..6bababb89 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,7 @@ on-demand.
#### Don't use C++ style comments
- /* This is the prefered comment style */
+ /* This is the preferred comment style */
Use C++ style comments only for temporary comment e.g. commenting out some code lines.