Skip to content

Commit

Permalink
fix: fix doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Jul 18, 2024
1 parent 291ff2d commit 5959bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js/example/src/internal/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const loadString = (mem: DataView, addr: number) => {
*/
interface ExtendedGo extends Go {
/**
* Manually calls Go functions exposed to JS.
* Creates a callable JS function from Go's callback ID.
*
* This is the only way to call exposed function without adding it to 'globalThis' property.
* Will be replaced when '//go:wasmexport' is available.
Expand Down

0 comments on commit 5959bfa

Please sign in to comment.