Skip to content

Commit

Permalink
fix typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
leonoel committed Aug 9, 2024
1 parent 83ddca7 commit 8f83641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperfiddle/electric/impl/runtime_de.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ T T T -> (EXPR T)
(when (identical? s (aget s input-sub-slot-ready))
(aset s input-sub-slot-ready (aget peer peer-slot-sub-ready))
(aset peer peer-slot-sub-ready s))))
(let [n (aget sub input-sub-slot-next)]
(let [n (aget s input-sub-slot-next)]
(when-not (identical? n sub) (recur n)))))))

(defn remote-change [^objects remote ^Slot slot diff]
Expand Down

0 comments on commit 8f83641

Please sign in to comment.