diff scripts/general/nargoutchk.m @ 8522:d65b33e55d40

nargchk.m: improve compatibility; new tests
author Peter L. Sondergaard <peter@sonderport.dk>
date Thu, 15 Jan 2009 01:06:06 -0500
parents 1ce6460aebdf
children e07e93c04080
line wrap: on
line diff
--- a/scripts/general/nargoutchk.m
+++ b/scripts/general/nargoutchk.m
@@ -23,8 +23,8 @@
 ## Return an appropriate error message string (or structure) if the
 ## number of outputs requested is invalid.
 ##
-## This is useful for checking to see that the number of arguments supplied
-## to a function is within an acceptable range.
+## This is useful for checking to see that the number of output
+## arguments supplied to a function is within an acceptable range.
 ## @seealso{nargchk, error, nargout, nargin}
 ## @end deftypefn