diff options
author | Richard Lemaster <git-richard@users.noreply.github.com> | 2020-05-18 06:31:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 07:31:46 -0400 |
commit | af09ba005633ef3b7bae8bb511d1e526cb3aa61b (patch) | |
tree | e96fe49ae4f98fb4bca1e07aee5ebfd5d0a2cd2e /docs/contributing | |
parent | 7863d611fcb26b6f2f8a911babb839584668f936 (diff) |
Update style_guide.md (#5576)
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md index be953136f..ed23f31e1 100644 --- a/docs/contributing/style_guide.md +++ b/docs/contributing/style_guide.md @@ -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. |