Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 26, 2022
1 parent f39c2ad commit 9a2abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/basic/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Taichi implements its own implicit type casting rules for binary operations, whi
- `u32 + i32 -> u32`
- `u8 + i8 -> u8`

When it comes to rule conflicts, the rule of the highest priority applies:
When it comes to rule conflicts, the rule of the highest priority applies:
- `u8 + i16 -> i16` (when rule #2 conflicts with rule #3, rule #2 applies.)
- `f16 + i32 -> f16` (when rule #1 conflicts with rule #2, rule #1 applies.)

Expand Down

0 comments on commit 9a2abe8

Please sign in to comment.