docs(std): typo fix (#5023)

This commit is contained in:
john gravois 2020-05-01 03:33:03 -07:00 committed by GitHub
parent 9ded17d722
commit be65f6692f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ export function pwrite(options: PWrite) {}
Although `cli/js` and `std` have no external dependencies, we must still be 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 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. ### If a filename starts with an underscore: `_foo.ts`, do not link to it.