Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Mar 28, 2022
1 parent 17564d8 commit 338e53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/basic/field.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ To access the 0D matrix field `x = ti.Matrix.field(n=3, m=4, dtype=ti.f32, shape

### Considerations: Matrix size

Matrix operations are unrolled during compile time. Take a look at the following example:
Matrix operations are unrolled during compile time. Take a look at the following example:

```python
import taichi as ti
Expand Down

0 comments on commit 338e53a

Please sign in to comment.