From 17829c57f83e2b20ac70957e36795688ee7ffdfa Mon Sep 17 00:00:00 2001 From: Daniel Holden Date: Thu, 17 Apr 2014 11:41:19 +0100 Subject: [PATCH] readme corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02b8c8d..613cd74 100644 --- a/README.md +++ b/README.md @@ -545,9 +545,9 @@ Library Reference Common Parsers -------------- -* `mpc_soi;` Matches only the start of input, returns `NULL` -* `mpc_eoi;` Matches only the end of input, returns `NULL` -* `mpc_boundary;` Matches only the boundary between words, returns `NULL` +* `mpc_soi` Matches only the start of input, returns `NULL` +* `mpc_eoi` Matches only the end of input, returns `NULL` +* `mpc_boundary` Matches only the boundary between words, returns `NULL` * `mpc_whitespace` Matches any whitespace character `" \f\n\r\t\v"` * `mpc_whitespaces` Matches zero or more whitespace characters * `mpc_blank` Matches whitespaces and frees the result, returns `NULL`