Skip to content

Commit

Permalink
Merge pull request #2720 from greggirwin/master
Browse files Browse the repository at this point in the history
Add none! to spec type, for recursive calls.
  • Loading branch information
dockimbel committed May 28, 2017
2 parents 4314d96 + 367e487 commit 385f88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/view/view.red
Expand Up @@ -919,7 +919,7 @@ foreach-face: function [
face [object!] "Root face of the face tree"
body [block! function!] "Body block (`face` object) or function `func [face [object!]]`"
/with "Filter faces according to a condition"
spec [block!] "Condition applied to face object"
spec [block! none!] "Condition applied to face object"
/post "Evaluates body for current face after processing its children"
/sub post? "Do not rebind body and spec, internal use only"
][
Expand Down

0 comments on commit 385f88b

Please sign in to comment.