Skip to content

Commit f37dc77

Browse files
authored
Merge pull request Masterminds#342 from pellizzetti/patch-1
docs: Fix typo
2 parents 1a4bf09 + d1d8d38 commit f37dc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mathf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Multiply with `mulf`
4343
This will return `6`:
4444

4545
```
46-
addf 1.5 2 2
46+
mulf 1.5 2 2
4747
```
4848

4949
## maxf
@@ -63,7 +63,7 @@ Return the smallest of a series of floats.
6363
This will return `1.5`:
6464

6565
```
66-
min 1.5 2 3
66+
minf 1.5 2 3
6767
```
6868

6969
## floor

0 commit comments

Comments
 (0)