Skip to content

Commit

Permalink
fix typo in :std/misc/number documentation (#1288)
Browse files Browse the repository at this point in the history
rename heading `least-integer?` to `least-integer`
  • Loading branch information
DeciPaliz authored Dec 19, 2024
1 parent 34a09d7 commit ff6f6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/std/misc/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ starting with `from` up to and not including `below`.

Given an integer `n`, return half of `n` if it is even, or half of `n-1` if it is odd.

### least-integer?
### least-integer
```scheme
(least-integer pred? start end) -> integer
```
Expand Down

0 comments on commit ff6f6bf

Please sign in to comment.