Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 596b1c4

Browse files
committed
Merge branch 'hotfix/32' into develop
Forward port #32
2 parents e97a6b8 + 1c2b1ba commit 596b1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $events->attach('do', function ($e) {
3838
);
3939
});
4040

41-
$params = )'foo' => 'bar', 'baz' => 'bat'];
41+
$params = ['foo' => 'bar', 'baz' => 'bat'];
4242
$events->trigger('do', null, $params);
4343
```
4444

0 commit comments

Comments
 (0)