Skip to content

Commit 38eb955

Browse files
committed
fix result type
1 parent d9ddec5 commit 38eb955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v5/utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ $array = [
430430
$fallback = 'button-disabled';
431431

432432
Str::classNames($base, $array, $fallback);
433-
// 'button button-primary button-large'
433+
// 'button button-disabled'
434434
```
435435

436436
### Str::contains

0 commit comments

Comments
 (0)