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

Commit dc4049e

Browse files
authored
fixed syntax error
1 parent 510213c commit dc4049e

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)