diff options
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/documentation_generator.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/documentation_generator.md b/docs/tools/documentation_generator.md index 661fa22e5..9971ed270 100644 --- a/docs/tools/documentation_generator.md +++ b/docs/tools/documentation_generator.md @@ -2,7 +2,7 @@ `deno doc` followed by a list of one or more source files will print the JSDoc documentation for each of the module's **exported** members. Currently, only -exports in the style `export <declaration>` and `export ... from ...` are are +exports in the style `export <declaration>` and `export ... from ...` are supported. For example, given a file `add.ts` with the contents: |