diff options
Diffstat (limited to 'starts/meaning-vm/habit-starts/learning-parts.hpp')
-rw-r--r-- | starts/meaning-vm/habit-starts/learning-parts.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starts/meaning-vm/habit-starts/learning-parts.hpp b/starts/meaning-vm/habit-starts/learning-parts.hpp index a446a1d..59fe5ab 100644 --- a/starts/meaning-vm/habit-starts/learning-parts.hpp +++ b/starts/meaning-vm/habit-starts/learning-parts.hpp @@ -13,7 +13,7 @@ decl(action, happens, context); decl(happened); // happened-habit(ctx) performs actions associated with ctx[happens] decl(whenever); // whenever-habit(ctx) stores to do ctx[action] when ctx[happens] happens // providing ctx[action-context] -decl(stop); decl(when); // stop-when-habit(ctx) removes doing ctx[happens] on ctx[event] +decl(stop); decl(when); // stop-when-habit(ctx) removes doing ctx[action] on ctx[happens] decl(once); // once-habit(ctx) stores to do ctx[action] the next time ctx[happens] happens // providing ctx[action-context] |