Skip to content

Commit 921ad38

Browse files
committed
Fix typo
1 parent 9f5e8b8 commit 921ad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/modules/2-bundle/1-overview/1-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note that `curve/functions.ts` exports both `createDrawFunction` and `make_point
7474
export { make_point } from './functions';
7575
```
7676

77-
However, only `make_point` is exported at the bundle's entry point however `createDrawFunction` is not, so cadets will not be able to access it, identical to how ES modules behave.
77+
However, only `make_point` is exported at the bundle's entry point while `createDrawFunction` is not, so cadets will not be able to access it, identical to how ES modules behave.
7878

7979
```js
8080
// User's Source program

0 commit comments

Comments
 (0)