Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
coke committed Nov 27, 2016
1 parent 27b993f commit 6a28ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Language/glossary.pod6
Expand Up @@ -72,7 +72,7 @@ Also see L<#Adverb> and L<#Colon Pair and Colon List>.
X<|Allomorph>
A type that has two related values which may be used depending on the
context. For example L<IntStr|/type/IntStr> allomorph C<is> both
context. For example L<IntStr|/type/IntStr> allomorph C<is> both
an L<Int|/type/Int> and a L<Str|/type/Str>, so it will be accepted by
anything that expects an C<Int>, a C<Str>, or an C<IntStr>. Keep in mind
that certain constructs, such as L<sets, bags, and mixes|/language/setbagmix>
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/quoting.pod6
Expand Up @@ -211,7 +211,7 @@ involved. This is useful for literals in routine signatures, for example:
say "Your π is close enough!"
}
close-enough-τ 710/226; # Your π is close enough!
# WRONG: can't do this, since it's a division operation
sub compilation-failure (355/113) {}
Expand Down

0 comments on commit 6a28ad9

Please sign in to comment.