Mercurial > hg > octave-lyh
diff src/data.cc @ 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 | b11c31849b44 |
children | 8b1a2555c4e2 |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -533,7 +533,7 @@ "-*- texinfo -*-\n\ @deftypefn {Mapping Function} {} atan2 (@var{y}, @var{x})\n\ Compute atan (@var{y} / @var{x}) for corresponding elements of @var{y}\n\ -and @var{x}. The result is in range -pi to pi.\n\ +and @var{x}. The result is in the range -pi to pi.\n\ @end deftypefn") { octave_value retval;