diff --git a/extra/talks/otug-talk/otug-talk.factor b/extra/talks/otug-talk/otug-talk.factor index 89beedf7cd..8bdde809c6 100644 --- a/extra/talks/otug-talk/otug-talk.factor +++ b/extra/talks/otug-talk/otug-talk.factor @@ -54,7 +54,7 @@ CONSTANT: otug-slides { "Suppose we want a " { $snippet "remove-comments*" } " word" } { $code ": remove-comments* ( lines string -- lines' )" " [ ??? head? ] reject ;" } { "We use " { $link POSTPONE: '[ } " instead of " { $link POSTPONE: [ } } - { "Create “holes” with " { $link _ } } + { "Create “holes” with " { $link POSTPONE: _ } } "Holes filled in left to right when quotation pushed on the stack" } { $slide "Constructing quotations"