changeset 21053:12e98e5ebd13

Fix typo in 8190fe6dc3fd. * data.cc (Fcumprod): Change "cumsum" to "cumprod" in docstring.
author Rik <rik@octave.org>
date Tue, 12 Jan 2016 10:28:48 -0800
parents 5c5af828c248
children 221847e5f488
files libinterp/corefcn/data.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Sat Jan 09 15:02:48 2016 +0100
+++ b/libinterp/corefcn/data.cc	Tue Jan 12 10:28:48 2016 -0800
@@ -1161,7 +1161,7 @@
 \n\
 @example\n\
 @group\n\
-cumsum ([1, 2; 3, 4; 5, 6])\n\
+cumprod ([1, 2; 3, 4; 5, 6])\n\
    @result{}  1   2\n\
        3   8\n\
       15  48\n\