mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
Fix typo (#2010)
This commit is contained in:
parent
597ee38ef2
commit
8ac36d8db4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue