Skip to content

Commit

Permalink
chore: update docs (#4618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Jul 26, 2024
1 parent 4796965 commit 214e36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md/base/Float.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ let trunc : (x : Float) -> Float
```

Returns the nearest integral float not greater in magnitude than `x`.
This is equilvent to returning `x` with truncating its decimal places.
This is equivalent to returning `x` with truncating its decimal places.

Special cases:
```
Expand Down

0 comments on commit 214e36e

Please sign in to comment.