mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-17 03:14:15 +02:00
fix typo
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user