Skip to content

Commit 7680e4c

Browse files
committed
CHANGE: allow plain words as a log id argument
1 parent f9af314 commit 7680e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/sys-base.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ assert-utf8: function [
227227

228228
log: func [
229229
"Prints out debug message"
230-
id [word!] "Source of the log message"
230+
'id [any-word!] "Source of the log message"
231231
msg "Output message"
232232
/info
233233
/more

0 commit comments

Comments
 (0)