aboutsummaryrefslogtreecommitdiffstats
path: root/defmodule.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'defmodule.lisp')
-rw-r--r--defmodule.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/defmodule.lisp b/defmodule.lisp
index 2cc9148..00a1841 100644
--- a/defmodule.lisp
+++ b/defmodule.lisp
@@ -21,13 +21,13 @@
(define-method post-task (story-id description reporter)
"Post a new task for a story.")
- (define-method story-get-state (id)
+ (define-method story-get-state (type id)
"Get the state of a story.")
- (define-method story-set-state (id state)
+ (define-method story-set-state (type id state)
"Set the state of a story.")
- (define-method story-change-priority (id dir)
+ (define-method story-change-priority (type id dir)
"Change the priority of a story in direction DIR."))
(restas:define-module #:scrumli