summaryrefslogtreecommitdiff
path: root/cpan/podlators/t/data/basic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/podlators/t/data/basic.txt')
-rw-r--r--cpan/podlators/t/data/basic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/podlators/t/data/basic.txt b/cpan/podlators/t/data/basic.txt
index 5eee3c98c1..f0f8ba216d 100644
--- a/cpan/podlators/t/data/basic.txt
+++ b/cpan/podlators/t/data/basic.txt
@@ -173,12 +173,12 @@ FORMATTING CODES
Of course I should still be able to do all this *with* escape sequences
too: "$self->method()" and "$self->{FIELDNAME}" and "{FOO=>BAR}".
- Dont forget "$self->method()->{FIELDNAME} = {FOO=>BAR}".
+ Don't forget "$self->method()->{FIELDNAME} = {FOO=>BAR}".
And make sure that 0 works too!
Now, if I use << or >> as my delimiters, then I have to use whitespace.
- So things like "<$self-"method()>> and "<$self-"{FIELDNAME}>> wont end
+ So things like "<$self-"method()>> and "<$self-"{FIELDNAME}>> won't end
up doing what you might expect since the first > will still terminate
the first < seen.