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*