From aec375c836768cc1a51ff3f077b12a964c1b8a02 Mon Sep 17 00:00:00 2001 From: kashike Date: Sun, 17 Mar 2019 14:29:47 -0700 Subject: [PATCH] fix critical formatting error --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10d636c..0b2e270 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ While we will fix minor formatting issues, you should stick to the guide below w ## Formatting All modifications to non-Waterfall files should be marked - Multi line changes start with `// Waterfall start` and end with `// Waterfall end` -- You can put a messages with a change if it isn't obvious, like this: `// Waterfall start - reason +- You can put a messages with a change if it isn't obvious, like this: `// Waterfall 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 `// Waterfall start` and use `/* Multi line message here */` for the message itself - Single line changes should have `// Waterfall` or `// Waterfall - reason`