Fix typo in abnf_lwsp/2

This commit is contained in:
Nate Heydt
2021-12-09 07:33:42 -08:00
parent 2eae6b4be7
commit 14406dbf76

View 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).