File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
version-0.18.0/concepts/wasm-bindgen
version-0.21/concepts/basic-web-technologies Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ document.getElementById('mousemoveme').onmousemove = (e) => {
129129
130130### ` web-sys ` example
131131
132- Using ` web-sys ` alone the above JavaSciprt example could be implemented like this:
132+ Using ` web-sys ` alone the above JavaScript example could be implemented like this:
133133
134134``` toml title=Cargo.toml
135135[dependencies ]
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ document.getElementById('mousemoveme').onmousemove = (e) => {
145145
146146### ` web-sys ` example
147147
148- Using ` web-sys ` alone the above JavaSciprt example could be implemented like this:
148+ Using ` web-sys ` alone the above JavaScript example could be implemented like this:
149149
150150``` toml title=Cargo.toml
151151[dependencies ]
You can’t perform that action at this time.
0 commit comments