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:
parent
7863d611fc
commit
af09ba0056
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue