Minor doc edit

This commit is contained in:
RonaldoCMP 2020-07-31 15:53:06 +01:00
parent 526c01109c
commit 855c1da6f1

View file

@ -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