Merge pull request #1143 from heydtn/patch-1

Fix typo in abnf_lwsp/2
This commit is contained in:
Mark Thom
2021-12-13 19:04:46 -07:00
committed by GitHub

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