diff scripts/general/quadv.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 eb63fbe60fab
children 923c7cb7f13f
line wrap: on
line diff
--- a/scripts/general/quadv.m
+++ b/scripts/general/quadv.m
@@ -27,7 +27,7 @@
 ## @code{quadv (@var{f}, @var{a}, @var{b})} approximates the integral of
 ## @code{@var{f}(@var{x})} to the default absolute tolerance of @code{1e-6}. 
 ## @var{f} is either a function handle, inline function or string
-## containing the name of the function to evaluate. The function @var{f}
+## containing the name of the function to evaluate.  The function @var{f}
 ## must accept a string, and can return a vector representing the
 ## approximation to @var{n} different sub-functions.
 ##