Mercurial > hg > octave-lyh
changeset 17392: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 +++ b/scripts/general/fieldnames.m @@ -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