diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2024-12-18 14:37:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-18 13:37:32 +0000 |
| commit | 24c08a7ec0aaf87d6dc2e1a2c47b7beb6d5ad2a4 (patch) | |
| tree | b53ace751336178ce4ad0a6151016c6e415fa6e8 /crates | |
| parent | 05559a6638aee7f31fba4dad44a38011150673c9 (diff) | |
Mention the `calc` module in the operator list (#5595)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst-library/src/foundations/calc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/foundations/calc.rs b/crates/typst-library/src/foundations/calc.rs index e7eb1405..fd4498e0 100644 --- a/crates/typst-library/src/foundations/calc.rs +++ b/crates/typst-library/src/foundations/calc.rs @@ -992,7 +992,7 @@ pub fn div_euclid( /// #calc.rem-euclid(1.75, 0.5) \ /// #calc.rem-euclid(decimal("1.75"), decimal("0.5")) /// ``` -#[func(title = "Euclidean Remainder")] +#[func(title = "Euclidean Remainder", keywords = ["modulo", "modulus"])] pub fn rem_euclid( /// The callsite span. span: Span, |
