mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
fix typo
This commit is contained in:
parent
323e72c16f
commit
7d1cb5b796
@ -235,7 +235,7 @@ function are_ends_equal(list, eps=EPSILON) =
|
|||||||
|
|
||||||
|
|
||||||
// Function: is_increasing()
|
// Function: is_increasing()
|
||||||
// Synopsis: Returns true if exery item in a list is greater than the previous item.
|
// Synopsis: Returns true if every item in a list is greater than the previous item.
|
||||||
// Topics: Comparisons, List Handling
|
// Topics: Comparisons, List Handling
|
||||||
// See Also: max_index(), min_index(), is_increasing(), is_decreasing()
|
// See Also: max_index(), min_index(), is_increasing(), is_decreasing()
|
||||||
// Usage:
|
// Usage:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user