summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index bcb2914..a16a43c 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -268,7 +268,7 @@
})
;; User-id/nick cache
-;; I keep needing to grab user-id from a nick or nick from a user-id so I thought I'd cache them
+;; I keep needing to grab user-id from a nick so I thought I'd cache them
(def user-id-cache (ref {}))
(def *user-id-cache-size* 500)