Skip to content

Commit 63ea4f7

Browse files
OliverMPWhiddy
authored andcommitted
Update README.md
Tiny typo
1 parent ca603fa commit 63ea4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ length, distance, dot, and normalize work only with with vec3s
140140

141141
pow, mod, min, max, atan, clamp, mix, and smoothstep work only with floats.
142142

143-
branching / using if statements that references built-in variables will not work. Specifically variables like vec2, vec3, vec4, or using input variables like time.
143+
branching / using if statements that reference built-in variables will not work. Specifically variables like vec2, vec3, vec4, or using input variables like time.
144144
Eg:
145145
```
146146
if(time > 100) {

0 commit comments

Comments
 (0)