summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-09-04 04:34:55 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-09-04 04:34:55 -0400
commit86c12f125f1bcfad4959c2a9b1bb1baa8eac3285 (patch)
treed59dbdfecf7b2dd7b639b9c1e82acf5ba41641b1 /src
parentc4bdb74a71d43599c6f033595339da1ab4a7dff3 (diff)
Tweaked comment
Diffstat (limited to 'src')
-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))