diff scripts/general/deal.m @ 31788:b482ed13ac1a stable

doc: Use hyphen in "comma-separated list". * container.txi, octave.texi, graphics.cc, deal.m, importdata.m, test.m: Use hyphen in "comma-separated list".
author Rik <rik@octave.org>
date Fri, 27 Jan 2023 14:27:10 -0800
parents 597f3ee61a48
children 2e484f9f1f18
line wrap: on
line diff
--- a/scripts/general/deal.m	Fri Jan 27 14:08:38 2023 -0800
+++ b/scripts/general/deal.m	Fri Jan 27 14:27:10 2023 -0800
@@ -63,7 +63,7 @@
 ## a = b = c = x;
 ## @end example
 ##
-## Programming Note: @code{deal} is often used with comma separated lists
+## Programming Note: @code{deal} is often used with comma-separated lists
 ## derived from cell arrays or structures.  This is unnecessary as the
 ## interpreter can perform the same action without the overhead of a function
 ## call.  For example: