Skip to content

Commit

Permalink
Fix two SPEC-OF bugs where param and type not being added to the resu…
Browse files Browse the repository at this point in the history
…lt correctly.
  • Loading branch information
Brett Handley committed Jun 30, 2016
1 parent e7f599f commit 31327fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mezz/mezz-help.r
Expand Up @@ -45,7 +45,8 @@ spec-of: function [
]

for-each param words-of :value [
if type: select types param [append spec type]
append spec param
if type: select types param [append/only spec type]
if note: select notes param [append spec note]
]

Expand Down

0 comments on commit 31327fd

Please sign in to comment.