From 8d708778cee564af408d731b0c07822aaf647378 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 11 Jan 2017 08:32:21 -0500 Subject: [PATCH] Update API documentation --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: