mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
Minor doc corrections
This commit is contained in:
parent
bbe4ad1467
commit
42bffef35f
@ -26,8 +26,8 @@
|
|||||||
// Returns true when the list have elements of same type up to the depth `depth`.
|
// Returns true when the list have elements of same type up to the depth `depth`.
|
||||||
// Booleans and numbers are not distinguinshed as of distinct types.
|
// Booleans and numbers are not distinguinshed as of distinct types.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// list - the list to check
|
// list = the list to check
|
||||||
// depth - the lowest level the check is done
|
// depth = the lowest level the check is done
|
||||||
// Example:
|
// Example:
|
||||||
// is_homogeneous( [[1,["a"]], [2,["b"]]] ) // Returns true
|
// is_homogeneous( [[1,["a"]], [2,["b"]]] ) // Returns true
|
||||||
// is_homogeneous( [[1,["a"]], [2,[true]]] ) // Returns false
|
// is_homogeneous( [[1,["a"]], [2,[true]]] ) // Returns false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user