mirror of
https://github.com/denoland/deno.git
synced 2025-01-15 02:20:15 -05:00
Fix small typo (effects -> affects) (#2841)
This commit is contained in:
parent
723284fd20
commit
54a3b54138
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ hint looks like this:
|
|||
import * as foo from "./foo.js";
|
||||
```
|
||||
|
||||
Where the hint effects the next `import` statement (or `export ... from`
|
||||
Where the hint affects the next `import` statement (or `export ... from`
|
||||
statement) where the value of the `@deno-types` will be substituted at compile
|
||||
time instead of the specified module. Like in the above example, the Deno
|
||||
compiler will load `./foo.d.ts` instead of `./foo.js`. Deno will still load
|
||||
|
|
Loading…
Reference in a new issue