From dcdbcb9d5581f4f5aaa75435e2d5eef94eea82dd Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 5 Aug 2022 08:53:06 -0500 Subject: [modify] doc strings --- src/main.lisp | 6 ++++-- 1 file 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)) -- cgit v1.2.3