diff options
| author | Anton Davydov <[email protected]> | 2015-06-19 15:52:23 +0300 |
|---|---|---|
| committer | Anton Davydov <[email protected]> | 2015-06-19 15:52:23 +0300 |
| commit | dcc316d3b84691f88158c3a3d2c43e612a995f6e (patch) | |
| tree | 60096a10a0fb04414ebaef800b8dbd9c32f55f21 /CONTRIBUTING.md | |
| parent | 6a796cb4ccd53a35c93c89c1074d556186207966 (diff) | |
| download | mruby-dcc316d3b84691f88158c3a3d2c43e612a995f6e.tar.gz mruby-dcc316d3b84691f88158c3a3d2c43e612a995f6e.zip | |
Fix typos in documentation and error messages [skip ci]
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
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. |
