Skip to content

Commit

Permalink
fix typo in ring writer
Browse files Browse the repository at this point in the history
  • Loading branch information
leonoel committed Aug 8, 2024
1 parent b086e14 commit 5c12703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperfiddle/electric_ring_adapter_de.clj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
(ack)))))
(ack [] (when (zero? (.decrementAndGet state)) (ready)))
(crash [e]
(aset slots slot-done e)
(aset slots slot-error e)
(cancel) (ack))
(cancel [] ((aget slots slot-ps)))]
(aset slots slot-done false)
Expand Down

0 comments on commit 5c12703

Please sign in to comment.