Skip to content

Commit e8034a0

Browse files
author
Matt Russell
committed
Added comment.
1 parent 5fd7f85 commit e8034a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pseudoace/ts_import.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900

901901
(defn play-logfile
902902
[con logfile max-count max-text & {:keys [use-with? fixup-datoms?]
903-
:or {use-with? false
903+
:or {use-with? false ; better name would be `simulate?`
904904
fixup-datoms? true}}]
905905
(with-open [r (io/reader logfile)]
906906
(doseq [rblk (partition-log max-count max-text (logfile-seq r))]

0 commit comments

Comments
 (0)