diff doc/interpreter/func.txi @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents d09b8a5d09e2
children fd42779a8428
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Wed Oct 10 17:51:00 2007 +0000
+++ b/doc/interpreter/func.txi	Wed Oct 10 18:03:02 2007 +0000
@@ -1072,7 +1072,7 @@
 @var{name} ("@var{arg1}", "@var{arg2}", @dots{})
 @end example
 
-A function can be used as a command if it accept string input arguments.
+A function can be used as a command if it accepts string input arguments.
 To do this, the function must be marked as a command, which can be done
 with the @code{mark_as_command} command like this