summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorErin Power <xampprocky@gmail.com>2020-06-19 08:44:03 +0200
committerErin Power <xampprocky@gmail.com>2020-06-19 08:44:03 +0200
commitc06fa65dd980a11733243bc5ffbfd6ba9528e5fd (patch)
tree4fad6ea22dac870692fa06dce007042078c65d1d /CONTRIBUTING.md
parenta9fca66a5fb24250dafc9910249208f9b9b5e98f (diff)
Refactor cli_utils into Printer and add Rust context
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 329540b..33b4430 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -133,8 +133,8 @@ NUM lines NUM code NUM comments NUM blanks
### Example
-```
-// 39 lines 32 code 2 comments 5 blanks
+```rust
+//! 39 lines 32 code 2 comments 5 blanks
```
The comment should use the syntax of the language you're testing.