Skip to content

Commit

Permalink
Fix a small typo in math.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjilozair authored Mar 15, 2018
1 parent 2caea03 commit 02e20f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ example:
~~~ {.lua}
local v = vec3(10, 20, 30)
for i = 1, #v do
print(position[i])
print(v[i])
end
~~~

Expand Down

0 comments on commit 02e20f1

Please sign in to comment.