summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-06-19 23:54:20 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-06-19 23:54:20 +0900
commit8a5b0433abfd508c940891ffe9d748e80f006597 (patch)
tree4674ce1fe4c9c89d2a8573d36c3d994096908690 /CONTRIBUTING.md
parenta219e8b7174b700a65e1570d24ba0c8e2d709e59 (diff)
parentdcc316d3b84691f88158c3a3d2c43e612a995f6e (diff)
downloadmruby-8a5b0433abfd508c940891ffe9d748e80f006597.tar.gz
mruby-8a5b0433abfd508c940891ffe9d748e80f006597.zip
Merge pull request #2840 from davydovanton/doc-fix-typos
Fix typos in documentation and error messages
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.