diff scripts/specfun/realpow.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents 6f2d95255911
children c1fff751b5a8
line wrap: on
line diff
--- a/scripts/specfun/realpow.m	Thu Mar 26 11:47:34 2009 -0700
+++ b/scripts/specfun/realpow.m	Fri Mar 27 22:31:03 2009 -0700
@@ -18,7 +18,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} realpow (@var{x}, @var{y})
-## Return the element by element power operator. This is equivalent to
+## Return the element by element power operator.  This is equivalent to
 ## @code{@var{x} .^ @var{y}}, except that if the return value
 ## is complex @code{realpow} produces an error.
 ## @seealso{reallog, realsqrt}