]> Repositorios git - scryer-prolog.git/commitdiff
Fix typo in abnf_lwsp/2
authorNate Heydt <[email protected]>
Thu, 9 Dec 2021 15:33:42 +0000 (07:33 -0800)
committerNate Heydt <[email protected]>
Thu, 9 Dec 2021 15:42:48 +0000 (07:42 -0800)
src/lib/serialization/abnf.pl

index bf71ab9c424751cec4c9b9e3efe3d9ba6428ae9d..d5c1c31b8970fad396bec9ad91949c5691664fed 100644 (file)
@@ -154,7 +154,7 @@ abnf_lf --> "\n".
 
 abnf_lwsp --> "".
 abnf_lwsp --> abnf_wsp, abnf_lwsp.
-abnf_lwsp --> abnf_clrf, abnf_wsp, abnf_lwsp.
+abnf_lwsp --> abnf_crlf, abnf_wsp, abnf_lwsp.
 
 abnf_octet(Char) --> [Char], char_type(Char, octet).