aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bible/encode.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/bible/encode.clj b/bible/encode.clj
index 903cb2b..8a2976b 100644
--- a/bible/encode.clj
+++ b/bible/encode.clj
@@ -147,4 +147,4 @@
(def canonical-encodings
(build-canonical-encodings sorted-huffman-tree-codewords))
-(map #(Long/toBinaryString (.code %1)) (take 100 canonical-encodings))
+(map #(Long/toBinaryString (.code %1)) (take 100 canonical-encodings)) ;; The results of this *seem* wrong.