Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/some time/sometime/ woolfy++
  • Loading branch information
lizmat committed Jan 5, 2015
1 parent 97bf782 commit 353141f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Deprecations.pm
Expand Up @@ -54,7 +54,7 @@ class Deprecation {
$message ~=
"Deprecated since v$.from, will be removed {$.removed
?? 'with release v' ~ $.removed ~ '!'
!! 'at some time in the future'
!! 'sometime in the future'
}\n" if $.from;
}
$message ~= "Please use $.alternative instead.\n";
Expand Down Expand Up @@ -115,7 +115,7 @@ END {
so that this message will disappear!
Please note that *ALL* deprecated features will be removed at the release
of Perl 6.0.0 (expected some time in 2015).'
of Perl 6.0.0 (expected sometime in 2015).'
}
}
}
Expand Down

0 comments on commit 353141f

Please sign in to comment.