changeset 24439:09c81c841b6f stable

Fix typo in cset 8354b505ad6b (bug #52702). * strfns.cc (Fchar): Remove one more space from example code in docstring.
author Rik <rik@octave.org>
date Thu, 21 Dec 2017 03:02:58 -0800
parents 8354b505ad6b
children f8bbaacefc33
files libinterp/corefcn/strfns.cc
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/strfns.cc	Wed Dec 20 17:19:11 2017 -0800
+++ b/libinterp/corefcn/strfns.cc	Thu Dec 21 03:02:58 2017 -0800
@@ -66,13 +66,13 @@
 @example
 @group
 char ([97, 98, 99], "", @{"98", "99", 100@}, "str1", ["ha", "lf"])
-   @result{} ["abc  "
-       "     "
-       "98   "
-       "99   "
-       "d    "
-       "str1 "
-       "half "]
+   @result{} ["abc "
+       "    "
+       "98  "
+       "99  "
+       "d   "
+       "str1"
+       "half"]
 @end group
 @end example
 @seealso{strvcat, cellstr}