mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
typo (#6598)
This commit is contained in:
parent
55c234af97
commit
74cd91ee56
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue