emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/parsec 6c05bb3 09/13: Update README.org


From: Stefan Monnier
Subject: [elpa] externals/parsec 6c05bb3 09/13: Update README.org
Date: Fri, 26 Mar 2021 22:45:56 -0400 (EDT)

branch: externals/parsec
commit 6c05bb36cef450b36fa66a5fdbd9491febd49e33
Author: Fran Burstall <franburstall@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Update README.org
    
    Fix typo
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 53d08db..7bd7d3d 100644
--- a/README.org
+++ b/README.org
@@ -51,7 +51,7 @@ So we can
   | parsec-crlf            | crlf             | parse '\r\n'                   
                       |
   | parsec-eol             | eol              | parse newline or CRLF          
                       |
   | parsec-eof, parsec-eob | eof              | parse end of file              
                       |
-  | parsec-eol-or-eof      | *N/A*            | parse EOL or EOL               
                       |
+  | parsec-eol-or-eof      | *N/A*            | parse EOL or EOF               
                       |
   | parsec-re              | *N/A*            | parse using a regular 
expression                      |
   | parsec-one-of          | oneOf            | parse one of the characters    
                       |
   | parsec-none-of         | noneOf           | parse any character other than 
the supplied ones      |



reply via email to

[Prev in Thread] Current Thread [Next in Thread]