Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 13, 2023
1 parent 034e549 commit 822b517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ Pattern: `~sum <value1> <value2> ...`

Adds all values together.

:warning: This function will panic if the given values are not integers or a floats. :warning:
:warning: This function will panic if the given values are not integers or floats. :warning:

#### `~min`
Pattern: `~min <value1> <value2> ...`

Substracts all values from the first value.

:warning: This function will panic if the given values are not integers or a floats. :warning:
:warning: This function will panic if the given values are not integers or floats. :warning:

#### `~if`
Pattern: `~if <value1> <operator> <value2> <value_if_true> <value_if_false>`
Expand Down

0 comments on commit 822b517

Please sign in to comment.