1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

Typo fix in styleguide (#1946)

This commit is contained in:
Nikola Ristic 2019-03-17 17:54:06 +01:00 committed by Ryan Dahl
parent 785b48a423
commit 22f791c26c

View file

@ -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