diff --git a/API.md b/API.md index 9df83e0..4b5618a 100644 --- a/API.md +++ b/API.md @@ -33,7 +33,7 @@ not documented here are subject to change at any point.* ```js parser.colon({ value: ':' }); - // → .button + // → : ``` Arguments: @@ -47,7 +47,7 @@ not documented here are subject to change at any point.* ```js parser.comma({ value: ',' }); - // → + + // → , ``` Arguments: