From be689cc553c530b89dc27959cc52933bdfd6a197 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Mon, 20 May 2024 21:34:42 +0900 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rdoc b/CONTRIBUTING.rdoc index 0e4d5d5174..d76eb6b0ad 100644 --- a/CONTRIBUTING.rdoc +++ b/CONTRIBUTING.rdoc @@ -40,7 +40,7 @@ If the tests don't pass on the first run check the {GitHub Actions page}[https:/ You can now use `rake` and `autotest` to run the tests. Note: the `rake` command must be used first before running any tests, because -its used to generate various parsers implemented in RDoc. Also `rake clean` is +it's used to generate various parsers implemented in RDoc. Also `rake clean` is helpful to delete these generated files. == Glossary