Skip to content

Commit a5118dc

Browse files
committed
fix: error
1 parent cce2c7a commit a5118dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/versions/v3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Textwire operates similarly to Go when it comes to mathematical expressions. You
7171
- Logical OR: `||` (`a || b`)
7272

7373
:::warning Type Mismatching
74-
Type mismatching is not supported when performing mathematical operations. For example, you cannot add an integer to a float directly. Type conversion is required to match types using conversion functions such as `{{ 3 * 2.3.int() }}`, `{{ 3.3 + 2.float() }}`, etc.
74+
Type mismatching is not supported when performing mathematical operations. For example, you cannot add an integer to a float directly. Type conversion is required to match types using conversion functions such as <code v-pre>{{ 3 * 2.3.int() }}</code>, <code v-pre>{{ 3.3 + 2.float() }}</code>, etc.
7575
:::
7676

7777
## Reserved Variable Names

0 commit comments

Comments
 (0)