# HG changeset patch # User Rik # Date 1378481759 25200 # Node ID 8c5878260636c67786549c64d159ddfc135128b4 # Parent 1a4d036e14564d09c26f5c60140455e8cbd595a2 doc: Fix typo in fieldnames docstring. * scripts/general/fieldnames.m: Eliminate stray parenthesis in docstring. diff -r 1a4d036e1456 -r 8c5878260636 scripts/general/fieldnames.m --- 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