Skip to content

Commit 8bf1f2c

Browse files
committed
CHANGE: allow copy error!
resolves: Oldes/Rebol-issues#2457
1 parent a7bebb8 commit 8bf1f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/actions.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ to: action [
253253

254254
copy: action [
255255
{Copies a series, object, or other value.}
256-
value [series! port! map! object! bitset! any-function!] {At position}
256+
value [series! port! map! object! bitset! any-function! error!] {At position}
257257
/part {Limits to a given length or position}
258258
length [number! series! pair!]
259259
/deep {Also copies series values within the block}

0 commit comments

Comments
 (0)