1
0
Fork 0
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:
Josh Pullen 2019-08-31 01:16:14 -04:00 committed by Ryan Dahl
parent 723284fd20
commit 54a3b54138

View file

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