Skip to content

Commit

Permalink
remove word calc from warning block
Browse files Browse the repository at this point in the history
  • Loading branch information
rain-on committed Oct 6, 2023
1 parent 719fa8d commit 5242540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Basic mathematical calculations are supported in Octopus using the `calc` statem
- Division - `/`

:::div{.warning}
When using a variable on the left-hand-side of a divide (`/`) or subtraction (`-`) calc operation,
When using a variable on the left-hand-side of a divide (`/`) or subtraction (`-`) operation,
the variable name must be enclosed in braces (`{ ... }`) to ensure correct parsing, this ensures the operator symbol is recognised
as an operation, rather than part of the variable name.
:::
Expand Down

0 comments on commit 5242540

Please sign in to comment.