diff --git a/arrays.scad b/arrays.scad index 4a05f63..98b7ec4 100644 --- a/arrays.scad +++ b/arrays.scad @@ -18,6 +18,7 @@ // Function: is_homogeneous() +// Alias: is_homogenous() // Usage: // bool = is_homogeneous(list,depth); // Topics: List Handling, Type Checking