Skip to content

Commit 959deee

Browse files
committed
Fix unimportant typo
1 parent 5ee3552 commit 959deee

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

examples/add/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/canvas/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66
cd "$(dirname $0)"

examples/closures/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/console_log/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/dom/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/duck-typed-interfaces/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66
cd "$(dirname $0)"

examples/fetch/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/guide-supported-types-examples/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/import_js/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/julia_set/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/paint/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66
cd "$(dirname $0)"

examples/performance/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/wasm-in-wasm/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/webaudio/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66

examples/webgl/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# For more coments about what's going on here, see the `hello_world` example
3+
# For more comments about what's going on here, see the `hello_world` example
44

55
set -ex
66
cd "$(dirname $0)"

0 commit comments

Comments
 (0)