mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
Typo
This commit is contained in:
parent
2d55090d8c
commit
941a7c8ec9
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,6 @@ export function multiply(a: number, b: number): number {
|
|||
```
|
||||
|
||||
All functions, classes, constants and variables which need to be accessible
|
||||
inside external modules must be exported. Either by pretending them with the
|
||||
inside external modules must be exported. Either by prepending them with the
|
||||
`export` keyword or including them in an export statement at the bottom of the
|
||||
file.
|
||||
|
|
Loading…
Reference in a new issue