1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Correct a grammar error (lintian)
This is a single "allows to / allows one to" change and is not being forwarded.
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: no
Last-Update: 2016-06-20
---
--- a/lib/Config/Properties.pm
+++ b/lib/Config/Properties.pm
@@ -842,7 +842,7 @@
-The C<$start> parameter allows to split only a subset of the
+The C<$start> parameter allows one to split only a subset of the
properties. For instance, with the same data as on the previous
example:
|