mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
docs(std): typo fix (#5023)
This commit is contained in:
parent
9ded17d722
commit
be65f6692f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue