Skip to content

Commit

Permalink
fix typo, learn words
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 26, 2019
1 parent 63d3d4c commit ae63f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/grammars.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ grammar HTTPRequest {
# the protocol level (even though, in practice, some applications
# tolerate single LF's).
# Raku, Raku grammars and strings (Str) adhere to Unicode
# conformance. Thus, CR+LF cannot be expressed unambiguosly
# conformance. Thus, CR+LF cannot be expressed unambiguously
# as \r\n in in Raku grammars or strings (Str), as Unicode
# conformance requires \r\n to be interpreted as \n alone.
\x[0d] \x[0a]
Expand Down
2 changes: 2 additions & 0 deletions xt/words.pws
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ concretization
cond
config
configs
conformant
connor
const
contextualizer
Expand Down Expand Up @@ -466,6 +467,7 @@ goku
goto
gptrixie
grabpairs
grammaring
grapheme
graphemes
graphviz
Expand Down

0 comments on commit ae63f8f

Please sign in to comment.