diff options
Diffstat (limited to 'std')
-rw-r--r-- | std/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/style_guide.md b/std/style_guide.md index 264b3bb8e..be953136f 100644 --- a/std/style_guide.md +++ b/std/style_guide.md @@ -180,7 +180,7 @@ export function pwrite(options: PWrite) {} Although `cli/js` and `std` have no external dependencies, we must still be careful to keep internal dependencies simple and manageable. In particular, be -careful to not to introduce circular imports. +careful not to introduce circular imports. ### If a filename starts with an underscore: `_foo.ts`, do not link to it. |