aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2016-09-06 15:01:46 -0500
committerZach Brown <[email protected]>2016-09-06 15:01:46 -0500
commit9963d9d4ae5af881beb456029411b01b2564473a (patch)
treee57d859f5f8ef57b97ddce00f18ca0c85832b416 /CONTRIBUTING.md
parentfeccc25412ca18b11035fc50bca23273857cdf85 (diff)
downloadPaper-9963d9d4ae5af881beb456029411b01b2564473a.tar.gz
Paper-9963d9d4ae5af881beb456029411b01b2564473a.zip
[CI-SKIP] Fix CONTRIBUTING.md formatting
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 4d814747ce..589373f870 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -89,7 +89,7 @@ While we will fix minor formatting issues, you should stick to the guide below w
## Formatting
All modifications to non-Paper files should be marked
- Multi line changes start with `// Paper start` and end with `// Paper end`
-- You can put a messages with a change if it isn't obvious, like this: `// Paper start - reason
+- You can put a messages with a change if it isn't obvious, like this: `// Paper start - reason`
- Should generally be about the reason the change was made, what it was before, or what the change is
- Multi-line messages should start with `// Paper start` and use `/* Multi line message here */` for the message itself
- Single line changes should have `// Paper` or `// Paper - reason`