diff options
Diffstat (limited to 'ext/B/t/OptreeCheck.pm')
-rw-r--r-- | ext/B/t/OptreeCheck.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm index 8cb97b91ac..84658f52d2 100644 --- a/ext/B/t/OptreeCheck.pm +++ b/ext/B/t/OptreeCheck.pm @@ -975,7 +975,7 @@ sub OptreeCheck::gentest { sub OptreeCheck::processExamples { my @files = @_; - # gets array of paragraphs, which should be code-samples. Theyre + # gets array of paragraphs, which should be code-samples. They're # turned into optreeCheck tests, foreach my $file (@files) { |