This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charnames.t: indent newly formed block
[perl5.git] / pod / perlhack.pod
index 6fd511e..831f407 100644 (file)
@@ -2999,7 +2999,7 @@ each SV allocation is also logged.
 
 =head2 Profiling
 
-Depending on your platform there are various of profiling Perl.
+Depending on your platform there are various ways of profiling Perl.
 
 There are two commonly used techniques of profiling executables:
 I<statistical time-sampling> and I<basic-block counting>.