File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 /**
2222 * Unordered List
2323 *
24- * Generates an HTML unordered list from an single or
25- * multi-dimensional array.
24+ * Generates an HTML unordered list from a single or
25+ * multidimensional array.
2626 *
2727 * @param array $list List entries
2828 * @param array|object|string $attributes HTML attributes string, array, object
@@ -37,7 +37,7 @@ function ul(array $list, $attributes = ''): string
3737 /**
3838 * Ordered List
3939 *
40- * Generates an HTML ordered list from an single or multi-dimensional array.
40+ * Generates an HTML ordered list from a single or multidimensional array.
4141 *
4242 * @param array $list List entries
4343 * @param array|object|string $attributes HTML attributes string, array, object
@@ -52,7 +52,7 @@ function ol(array $list, $attributes = ''): string
5252 /**
5353 * Generates the list
5454 *
55- * Generates an HTML ordered list from an single or multi-dimensional array.
55+ * Generates an HTML ordered list from a single or multidimensional array.
5656 *
5757 * @param array $list List entries
5858 * @param array|object|string $attributes HTML attributes string, array, object
You can’t perform that action at this time.
0 commit comments