Skip to content

Commit 760cd53

Browse files
committed
Minor sentence flow improvements in update() docs
1 parent 3b4a118 commit 760cd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/Blob.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ letter, and are optionally followed by a quantifier. The quantifier can be
5757
C<*> (which typically stands for "use up the rest of the Blob here"), or a
5858
positive integer (without a C<+>).
5959
60-
Whitespace between template units are ignored.
60+
Whitespace between template units is ignored.
6161
62-
So valid templates are for example C<"A4 C n*"> or C<"A*">.
62+
Examples of valid templates include C<"A4 C n*"> and C<"A*">.
6363
6464
The following letters are recognized:
6565

0 commit comments

Comments
 (0)