Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed underscores from A<>'s and Z<>'s. Closes #68.
  • Loading branch information
jest committed May 23, 2012
1 parent bda5a7f commit 7ca6798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/regexes.pod
Expand Up @@ -124,11 +124,11 @@ regex for that is C<m/pe \w l/>. The C<\w> control sequence stands for a
uses C<\w> to build the definition of a "word".

Several other common control sequences each match a single character; you can
find a list of those in A<regex_backslash>.
find a list of those in A<regexBackslash>.

=begin table Backslash sequences and their meaning

Z<regex_backslash>
Z<regexBackslash>

X<regex, \w>
X<regex, \d>
Expand Down
4 changes: 2 additions & 2 deletions src/subs-n-sigs.pod
Expand Up @@ -507,11 +507,11 @@ key of the pair.

=end programlisting

A<pair_forms> lists possible C<Pair> forms and their meanings.
A<pairForms> lists possible C<Pair> forms and their meanings.

=begin table C<Pair> forms and their meanings

Z<pair_forms>
Z<pairForms>

=headrow

Expand Down

0 comments on commit 7ca6798

Please sign in to comment.