diff scripts/general/pol2cart.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 cadc73247d65
line wrap: on
line diff
--- a/scripts/general/pol2cart.m
+++ b/scripts/general/pol2cart.m
@@ -21,8 +21,8 @@
 ## @deftypefnx {Function File} {[@var{x}, @var{y}, @var{z}] =} pol2cart (@var{theta}, @var{r}, @var{z})
 ## Transform polar or cylindrical to cartesian coordinates.
 ## @var{theta}, @var{r} (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{cart2pol, cart2sph, sph2cart}
 ## @end deftypefn