add missing IN:

db4
Doug Coleman 2008-01-10 16:40:00 -10:00
parent d44b88778e
commit 112eed4704
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
USING: delegate help.syntax help.markup ;
USING: help.syntax help.markup ;
IN: delegate
HELP: define-protocol
{ $values { "wordlist" "a sequence of words" } { "protocol" "a word for the new protocol" } }