diff libinterp/corefcn/data.cc @ 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 09c7536502f9
children 5e00ed38a58b
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\