Index: state/presence/presence.go |
=== modified file 'state/presence/presence.go' |
--- state/presence/presence.go 2012-10-11 17:40:17 +0000 |
+++ state/presence/presence.go 2012-11-01 14:08:11 +0000 |
@@ -23,7 +23,7 @@ |
// The internal implementation of the time slot document is as follows: |
// |
// { |
-// "_id": <time slot>, |
+// "_id": <time slot>, |
// "alive": { hex(<pinger seq> / 63) : (1 << (<pinger seq> % 63) | <others>) }, |
// "dead": { hex(<pinger seq> / 63) : (1 << (<pinger seq> % 63) | <others>) }, |
// } |