diff options
| author | Patrick Kingston <patrick@pkingston.xyz> | 2026-01-23 01:09:42 -0500 |
|---|---|---|
| committer | Patrick Kingston <patrick@pkingston.xyz> | 2026-01-23 01:09:42 -0500 |
| commit | 162b35af9e54a573351bb19b239fb95fb4f57cc8 (patch) | |
| tree | 8556fc9583e2822bd32188542216f991aa607820 | |
| parent | 0dd40156ddf58ad15ae1007106ad904719de116e (diff) | |
Make note for next time
| -rw-r--r-- | bible/encode.clj | 2 |
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. |
