Skip to content

Commit

Permalink
todos: "1array append" is suffix. Thanks, jonenst!
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jan 23, 2011
1 parent 9728bc4 commit 22bb180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todos/todos.factor
Expand Up @@ -19,7 +19,7 @@ IN: todos
CHAR: \n todo member? [ "invalid" throw ] when
vocab vocab-todo :> todos
todo todos member? [
todos todo 1array append vocab set-vocab-todo
todos todo suffix vocab set-vocab-todo
] unless ;

: todos. ( vocab -- )
Expand Down

0 comments on commit 22bb180

Please sign in to comment.