perldelta niggling.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 16 Mar 1999 10:38:53 +0000 (10:38 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 16 Mar 1999 10:38:53 +0000 (10:38 +0000)
p4raw-id: //depot/cfgperl@3113

pod/perldelta.pod

index 5b897e6..bb051a3 100644 (file)
@@ -286,7 +286,7 @@ Added Dumpvalue module provides screen dumps of Perl data.
 
 =item Benchmark
 
-You can now run tests for I<x> seconds instead of guessing the right
+You can now run tests for I<n> seconds instead of guessing the right
 number of tests to run.
 
 =item Fcntl
@@ -299,13 +299,13 @@ O_ACCMODE: the mask of O_RDONLY, O_WRONLY, and O_RDWR.
 
 =item Math::Complex
 
-The accessors methods Re, Im, arg, abs, rho, theta, methods can
-($z->Re()) now also act as mutators ($z->Re(3)).
+The accessor methods Re, Im, arg, abs, rho, and theta, can now also
+act as mutators (accessor $z->Re(), mutator $z->Re(3)).
 
 =item Math::Trig
 
 A little bit of radial trigonometry (cylindrical and spherical) added,
-for example the great circle distance.
+radial coordinate conversions and the great circle distance.
 
 =item Time::Local