Skip to content

Commit 14fbd17

Browse files
committed
remove claims about slower and faster
1 parent 58e9172 commit 14fbd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/faq.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ Examples:
531531
$obj.i = $i;
532532
}
533533
534-
# Slower Perl 5 version
534+
# Perl 5 version
535535
package Foo;
536536
use Moose;
537537
@@ -546,7 +546,7 @@ Examples:
546546
547547
1;
548548
549-
# Faster Perl 5 version that offers bare-bones set of features
549+
# Another Perl 5 version that offers bare-bones set of features
550550
# compared to Moose/Perl 6's version but those are not needed in this
551551
# specific, simple program anyway.
552552
package Foo;

0 commit comments

Comments
 (0)