1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Update style_guide.md (#5576)

This commit is contained in:
Richard Lemaster 2020-05-18 06:31:46 -05:00 committed by GitHub
parent 7863d611fc
commit af09ba0056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ careful not to introduce circular imports.
### If a filename starts with an underscore: `_foo.ts`, do not link to it.
Sometimes there maybe situations where an internal module is necessary but its
Sometimes there may be situations where an internal module is necessary but its
API is not meant to be stable or linked to. In this case prefix it with an
underscore. By convention, only files in its own directory should import it.