You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/modules/2-bundle/1-overview/1-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Note that `curve/functions.ts` exports both `createDrawFunction` and `make_point
74
74
export { make_point } from'./functions';
75
75
```
76
76
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.
0 commit comments