diff options
Diffstat (limited to 'docs')
-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 d834ea91a..25e01b203 100644 --- a/docs/contributing/style_guide.md +++ b/docs/contributing/style_guide.md @@ -355,7 +355,7 @@ If a module is browser compatible, include the following in the JSDoc at the top of the module: ```ts -/** This module is browser compatible. */ +// This module is browser compatible. ``` Maintain browser compatibility for such a module by either not using the global |