diff options
author | Nikola Ristic <risticn6@gmail.com> | 2019-03-17 17:54:06 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-17 12:54:06 -0400 |
commit | 22f791c26caca980305bd74692de020d900cfff0 (patch) | |
tree | 8b9b2e71c5b6f5385836a7cb59665b3e834db0c4 | |
parent | 785b48a423abf98490ac1ea7aebc2020fe445bc1 (diff) |
Typo fix in styleguide (#1946)
-rw-r--r-- | website/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/style_guide.md b/website/style_guide.md index 73fbe698a..068d00603 100644 --- a/website/style_guide.md +++ b/website/style_guide.md @@ -147,7 +147,7 @@ export function pwrite(options: PWrite) {} ## TODO Comments -TODO comments should be include an issue or the author's github username in +TODO comments should include an issue or the author's github username in parentheses. Example: ```ts |