diff scripts/general/cart2pol.m @ 8491:aaff46fef256

[docs] fix hypenation: x - axis => x-axis, etc
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:26:56 -0500
parents a1dbe9d80eee
children fb1b87ea4af9
line wrap: on
line diff
--- a/scripts/general/cart2pol.m	Tue Jan 13 00:26:53 2009 -0500
+++ b/scripts/general/cart2pol.m	Tue Jan 13 00:26:56 2009 -0500
@@ -21,8 +21,8 @@
 ## @deftypefnx {Function File} {[@var{theta}, @var{r}, @var{z}] =} cart2pol (@var{x}, @var{y}, @var{z})
 ## Transform cartesian to polar or cylindrical coordinates.
 ## @var{x}, @var{y} (and @var{z}) must be of same shape.
-## @var{theta} describes the angle relative to the x - axis.
-## @var{r} is the distance to the z - axis (0, 0, z).
+## @var{theta} describes the angle relative to the x-axis.
+## @var{r} is the distance to the z-axis (0, 0, z).
 ## @seealso{pol2cart, cart2sph, sph2cart}
 ## @end deftypefn