1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: improve wording in POD
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=96303
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96303
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-06-07
--- a/Tcl.pm
+++ b/Tcl.pm
@@ -122,7 +122,7 @@
2. All references to scalars will be substituted with names of Tcl variables
transformed appropriately.
-These first two items allows to write and expect it to work properly such
+These first two items allows one to write and expect it to work properly such
code as:
my $r = 'aaaa';
|