This commit is contained in:
ztplz 2019-03-28 11:50:40 +08:00 committed by Ryan Dahl
parent 597ee38ef2
commit 8ac36d8db4

View file

@ -231,7 +231,7 @@ For example:
Do not document function arguments unless they are non-obvious of their intent
(though if they are non-obvious intent, the API should be considered anyways).
Therefore `@param` should generally not be used. If `@param` is used, it should
not include the `type` as Typescript is already strongly typed.
not include the `type` as TypeScript is already strongly typed.
```ts
/**