Mercurial > hg > octave-lyh
diff scripts/general/structfun.m @ 8347:fa78cb8d8a5c
corrections for typos
Here is a patch with some corrections for typos and missing/extra
words in the manual.
changeset: 8347:34fd1d1c2294
user: Brian Gough <bjg@gnu.org>
date: Wed Nov 26 11:00:15 2008 -0500
summary: [docs] can not => cannot
author | Brian Gough<bjg@network-theory.co.uk> |
---|---|
date | Thu, 27 Nov 2008 10:28:24 +0100 |
parents | a730e47fda4d |
children | cadc73247d65 |
line wrap: on
line diff
--- a/scripts/general/structfun.m +++ b/scripts/general/structfun.m @@ -34,8 +34,8 @@ ## returned as separate output variables. ## ## If the param 'UniformOutput' is set to true (the default), then the function -## must return either a single element which will be concatenated into the -## return value. If 'UniformOutput is false, the outputs placed in a structure +## must return a single element which will be concatenated into the +## return value. If 'UniformOutput' is false, the outputs placed in a structure ## with the same fieldnames as the input structure. ## ## @example