Fix typo in jEdit plugin code

slava 2006-08-18 18:48:29 +00:00
parent ecfbed74de
commit dd55f01f10
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespaces parser prettyprint sequences strings words shells ;
dup definer ,
dup word-vocabulary ,
dup word-name ,
stack-effect effect>string ,
stack-effect dup [ effect>string ] when ,
] [ ] make
] when ;