Skip to content

Commit bbe07e5

Browse files
authored
Merge pull request #12 from jonathantneal/documentation/api
Update API documentation
2 parents bf4b259 + 8d70877 commit bbe07e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ not documented here are subject to change at any point.*
3333

3434
```js
3535
parser.colon({ value: ':' });
36-
//.button
36+
//:
3737
```
3838

3939
Arguments:
@@ -47,7 +47,7 @@ not documented here are subject to change at any point.*
4747

4848
```js
4949
parser.comma({ value: ',' });
50-
//+
50+
//,
5151
```
5252

5353
Arguments:

0 commit comments

Comments
 (0)