aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.lisp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.lisp b/src/main.lisp
index 4a94fa9..1dc2e0f 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -82,7 +82,9 @@
(invites
:accessor contributor-invites
:initform (list :made 0 :redeemed 0 :limit 1)
- :documentation "A pair of integers (Invites Made . Invites Redeemed)")
+ :documentation "A PLIST representing invites made by this
+ contributor, the number of thos that ahve been redeemed, and the
+ limit on the number of invites that the contributor can make")
(adminp
:accessor adminp
:initform nil
@@ -185,7 +187,7 @@
(lockedp
:accessor lockedp
:initform nil
- :documentation "Prevents editing until unliked. Only contributors with
+ :documentation "Prevents editing until unlocked. Only contributors with
admin priviliges can lock/unlock."))
(:metaclass db:persistent-class))