Skip to content

Commit 289829e

Browse files
committed
FIX: ? allows functions with nonsensical refinements, which can be misleading
fixes: Oldes/Rebol-issues#1257
1 parent a9a6e18 commit 289829e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mezz/mezz-help.reb

+2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ import module [
274274
refs: none
275275
rets: none
276276
type: type? :value
277+
278+
if path? word [word: first word]
277279

278280
clear find spec /local
279281
parse spec [

0 commit comments

Comments
 (0)