Skip to content

Commit 6651418

Browse files
committed
FIX: updated put's doc-string
1 parent 628e6b7 commit 6651418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/actions.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ put: action [
273273
series [any-block! map!] {(modified)}
274274
key [scalar! any-string! any-word! binary!]
275275
value [any-type!] {The new value (returned)}
276-
/case {Perform a case-sensitive search (only on block so far!)}
276+
/case {Perform a case-sensitive search}
277277
]
278278

279279
insert: action [

0 commit comments

Comments
 (0)