Skip to content

Commit fcdf59b

Browse files
committed
FEAT: allow put action on port!
1 parent f202110 commit fcdf59b

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
@@ -284,7 +284,7 @@ take: action [
284284

285285
put: action [
286286
{Replaces the value following a key, and returns the new value.}
287-
series [any-block! map!] {(modified)}
287+
series [any-block! map! port!] {(modified)}
288288
key [scalar! any-string! any-word! binary!]
289289
value [any-type!] {The new value (returned)}
290290
/case {Perform a case-sensitive search}

0 commit comments

Comments
 (0)