0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00
This commit is contained in:
uki00a 2020-07-02 22:16:07 +09:00 committed by GitHub
parent 55c234af97
commit 74cd91ee56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: