Skip to content

Commit

Permalink
Minor: Remove the irrelevant note from the Expression API doc (#8053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ongchi committed Nov 5, 2023
1 parent 3469c4e commit e505cdd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/source/user-guide/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ but these operators always return a `bool` which makes them not work with the ex
| x % y, x.rem(y) | Remainder |
| -x, x.neg() | Negation |

:::{note}
In Rust, the keyword `mod` is reserved and cannot be used as an identifier.
To avoid any conflicts and ensure code completion works smoothly, we use `mod_` instead.
:::

## Math Functions

| Syntax | Description |
Expand Down

0 comments on commit e505cdd

Please sign in to comment.