changeset 17384:8c5878260636

doc: Fix typo in fieldnames docstring. * scripts/general/fieldnames.m: Eliminate stray parenthesis in docstring.
author Rik <rik@octave.org>
date Fri, 06 Sep 2013 08:35:59 -0700
parents 1a4d036e1456
children 5ca5aff90ffd
files scripts/general/fieldnames.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/fieldnames.m	Thu Sep 05 19:57:50 2013 -0700
+++ b/scripts/general/fieldnames.m	Fri Sep 06 08:35:59 2013 -0700
@@ -31,7 +31,7 @@
 ## properties of the object.
 ##
 ## When the input is a Java object @var{javaobj} or Java classname
-## @var{jclassname}) the name are the public data elements of the object or
+## @var{jclassname} the name are the public data elements of the object or
 ## class.
 ## @seealso{struct, methods}
 ## @end deftypefn