mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 07:49:45 +00:00
fix typo
This commit is contained in:
parent
323e72c16f
commit
7d1cb5b796
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ function are_ends_equal(list, eps=EPSILON) =
|
|||
|
||||
|
||||
// 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
|
||||
// See Also: max_index(), min_index(), is_increasing(), is_decreasing()
|
||||
// Usage:
|
||||
|
|
Loading…
Reference in a new issue