From 74cd91ee566f9d41324de7c771002dfb8d43bd98 Mon Sep 17 00:00:00 2001 From: uki00a Date: Thu, 2 Jul 2020 22:16:07 +0900 Subject: typo (#6598) --- docs/tools/documentation_generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tools/documentation_generator.md') 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 ` and `export ... from ...` are are +exports in the style `export ` and `export ... from ...` are supported. For example, given a file `add.ts` with the contents: -- cgit v1.2.3