Skip to content

Commit 5d1a4ca

Browse files
committed
CHANGE: New wording for repend/only function doc string
related to: Oldes/Rebol-issues#979
1 parent 56f16b6 commit 5d1a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/base-series.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repend: func [
2222
value {The value to insert}
2323
/part {Limits to a given length or position}
2424
length [number! series! pair!]
25-
/only {Inserts a series as a series}
25+
/only {Appends a block value as a block}
2626
/dup {Duplicates the insert a specified number of times}
2727
count [number! pair!]
2828
][

0 commit comments

Comments
 (0)