Skip to content

Commit 0b1c890

Browse files
committed
Fixed minor typo issue
1 parent 741c7b2 commit 0b1c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ match('string', 'string')
100100

101101
match(1, '@integer@');
102102
match('Norbert', '@string@');
103-
match(array('foo', 'bar'), '@array');
103+
match(array('foo', 'bar'), '@array@');
104104
match(12.4, '@double@');
105105
match(true, '@boolean@');
106106
```

0 commit comments

Comments
 (0)