diff options
author | Harsh Vardhan <harshvd95@gmail.com> | 2016-03-10 20:51:20 +0530 |
---|---|---|
committer | Harsh Vardhan <harshvd95@gmail.com> | 2016-03-10 20:51:20 +0530 |
commit | cbdd9844f9cd42123ee6334e8f2aa1b49c500c27 (patch) | |
tree | 0eab7556ee8d8bb3c98c0785451a573e13db2b0a | |
parent | 72dbc4aa2d84cdf03dee863af22b4c5870615806 (diff) |
updates contributing.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 011ce43bcd..850ea14399 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ In order to run most of the available tests, one would need to run: `./tools/run_tests/run_tests.py` -If you want to run tests for any of the languages {all, c, c++, csharp, node, objc, php, python, ruby}, do this: +If you want to run tests for any of the languages {c, c++, csharp, node, objc, php, python, ruby}, do this: `./tools/run_tests/run_tests.py -l <lang>` |