mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-03-04 16:39:37 +00:00
Minor doc edit
This commit is contained in:
parent
526c01109c
commit
855c1da6f1
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ function is_list_of(list,pattern) =
|
|||
// is_consistent(list)
|
||||
// Description:
|
||||
// Tests whether input is a list of entries which all have the same list structure
|
||||
// and are filled with finite numerical data.
|
||||
// and are filled with finite numerical data. It returns `true`for the empty list.
|
||||
// Example:
|
||||
// is_consistent([3,4,5]); // Returns true
|
||||
// is_consistent([[3,4],[4,5],[6,7]]); // Returns true
|
||||
|
|
Loading…
Reference in a new issue