Skip to content

Commit 979bfeb

Browse files
committed
Fix emoji spacing in example
1 parent df89aac commit 979bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/crazy-redraw.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
});
3636

3737
foreach (range(0, rand(1, 5)) as $i) {
38-
$items[] = new LineBreakItem(array_rand(array_flip(['', '', '😂'])), rand(1, 3));
38+
$items[] = new LineBreakItem(array_rand(array_flip(['', '', '😂 '])), rand(1, 3));
3939
}
4040
shuffle($items);
4141

0 commit comments

Comments
 (0)