Skip to content

Commit

Permalink
[Doc] Fix a typo in math/math_module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXu-JJ authored Jun 14, 2024
1 parent 06826c9 commit 0804b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/math/math_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can use these types to instantiate vectors/matrices or annotate data types f

```python
mat2 = ti.math.mat2
vec3 = ti.math.mat3
vec3 = ti.math.vec3
vec4 = ti.math.vec4

m = mat2(1) # [[1., 1.], [1., 1.]]
Expand Down

0 comments on commit 0804b70

Please sign in to comment.