Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo, whitelist code word.
  • Loading branch information
cfa committed Feb 23, 2019
1 parent b2ef986 commit 095177c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/packages.pod6
Expand Up @@ -91,7 +91,7 @@ anywhere in a name:
CALLERS Dynamic symbols in any caller's lexical scope
DYNAMIC Dynamic symbols in my or any caller's lexical scope
OUTER Symbols in the next outer lexical scope
OUTERS Symbols in any outer lexical scopeb
OUTERS Symbols in any outer lexical scope
LEXICAL Dynamic symbols in my or any outer's lexical scope
UNIT Symbols in the outermost lexical scope of compilation unit
SETTING Lexical symbols in the unit's DSL (usually CORE)
Expand Down
1 change: 1 addition & 0 deletions xt/code.pws
Expand Up @@ -6,6 +6,7 @@ aaabbc
aaabbcccc
aaaxbbxc
aabb
aabbccc
aabbccddaa
aachen
aachen's
Expand Down

0 comments on commit 095177c

Please sign in to comment.