Skip to content

Commit

Permalink
Fix typo, learn word
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 3, 2020
1 parent b56d604 commit 44973b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -99,7 +99,7 @@ elements.
The two types of assignment both use the equal sign C<=> as their operator and
are both right associative, but differ in operator precedence: item assignment
has a higher precedence level (level: Item assignment) than list assigment
has a higher precedence level (level: Item assignment) than list assignment
(level: List prefix). In situations in which a comma-separated list of elements
is assigned, these precedences should in particular be contrasted with that of
the comma operator C<,> which sits in between. So without any list-delimiting
Expand Down
1 change: 1 addition & 0 deletions xt/words.pws
Expand Up @@ -920,6 +920,7 @@ pragma
pragma's
pragmas
pre
precedences
precomp
precompilation
precompilationid
Expand Down

0 comments on commit 44973b2

Please sign in to comment.