From 8c73fd20ddd71ebe4f9623201d1447314973f98f Mon Sep 17 00:00:00 2001 From: Daniel Holden Date: Wed, 11 Mar 2015 09:43:44 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdf642e..58b7d12 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,7 @@ Common Parsers mpc_octdigitsMatches one or more octdigit mpc_lowerMatches any lower case character mpc_upperMatches any upper case character - mpc_alphaMatches and alphabet character + mpc_alphaMatches any alphabet character mpc_underscoreMatches '_' mpc_alphanumMatches any alphabet character, underscore or digit mpc_intMatches digits and returns an int*