summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-06-17 12:01:13 +1000
committerJohn Bampton <[email protected]>2021-06-17 12:02:21 +1000
commitd08ea8a92c7ac99ed51d17abde31d740211c3b92 (patch)
treebfb05d293b0dd3b50805d293e898c9d1017b13e0 /CONTRIBUTING.md
parent7b0eb1f9b3ecfaaa83e493b233edc276ea7fff56 (diff)
downloadmruby-d08ea8a92c7ac99ed51d17abde31d740211c3b92.tar.gz
mruby-d08ea8a92c7ac99ed51d17abde31d740211c3b92.zip
Standardize commands inside backticks
Remove whitespace
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 c49d8dd15..39fd6504c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ things in mind before submitting your pull request:
* Work on the latest possible state of **mruby/master**
* Create a branch which is dedicated to your change
-* Test your changes before creating a pull request (```rake test```)
+* Test your changes before creating a pull request (`rake test`)
* If possible write a test case which confirms your change
* Don't mix several features or bug-fixes in one pull request
* Create a meaningful commit message