Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/defined by/defined as/
  • Loading branch information
Carl Masak committed Apr 21, 2014
1 parent a807255 commit 2c42a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/terms.pod
Expand Up @@ -152,7 +152,7 @@ TODO
Q:w { [ ] \{ \} } eqv ('[', ']', '{', '}')
The C<:w> form, usually written C«<…>» or C<qw>. It splits up the string into
words (which are, in this context, defined by sequences of non-whitespace
words (which are, in this context, defined as sequences of non-whitespace
characters separated by whitespace). C<q:w> and C<qw> forms inherit the
interpolation and escape semantics of the C<q> and single quote string
delimiters, C<Qw> and C<Q:w> inherit the non-escaping semantis of the C<Q>
Expand Down

0 comments on commit 2c42a1c

Please sign in to comment.