summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rooms.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rooms.clj b/src/rooms.clj
index 7997e97..d276944 100644
--- a/src/rooms.clj
+++ b/src/rooms.clj
@@ -91,7 +91,7 @@
(alter (room :users) assoc (user :nick) user))
; Note: To ensure that the msg's timestamp is consistent
-; with other msg creations, build-msg should be used
+; with other msg creations, build-msg must be used
; within a dosync.
(defn build-msg [nick content msg-id]
(struct message-struct nick content (new Date) msg-id))