Skip to content

Commit 1901819

Browse files
committed
typo
1 parent 53a6a4d commit 1901819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Then in JavaScript we can look that up
153153
> no [destructuring assignment](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment),
154154
> no [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map)
155155
> and no [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).
156-
> In in particular, `var` was all there was and
156+
> In particular, `var` was all there was and
157157
> [`let`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let) and
158158
> [`const`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const)
159159
> did not exist.

0 commit comments

Comments
 (0)