From 338e53ac7f68aaef09e390be800544c0b5b6ba94 Mon Sep 17 00:00:00 2001 From: Taichi Gardener Date: Mon, 28 Mar 2022 14:10:51 +0000 Subject: [PATCH] Auto Format --- docs/lang/articles/basic/field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/articles/basic/field.md b/docs/lang/articles/basic/field.md index 6c88080197566..e9d3c60aa90ff 100644 --- a/docs/lang/articles/basic/field.md +++ b/docs/lang/articles/basic/field.md @@ -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