diff scripts/general/cart2sph.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/cart2sph.m
+++ b/scripts/general/cart2sph.m
@@ -20,8 +20,8 @@
 ## @deftypefn {Function File} {[@var{theta}, @var{phi}, @var{r}] =} cart2sph (@var{x}, @var{y}, @var{z})
 ## Transform cartesian to spherical coordinates.
 ## @var{x}, @var{y} and @var{z} must be of same shape.
-## @var{theta} describes the angle relative to the x - axis.
-## @var{phi} is the angle relative to the xy - plane.
+## @var{theta} describes the angle relative to the x-axis.
+## @var{phi} is the angle relative to the xy-plane.
 ## @var{r} is the distance to the origin (0, 0, 0).
 ## @seealso{pol2cart, cart2pol, sph2cart}
 ## @end deftypefn