Skip to content

Commit

Permalink
Merge pull request #28 from rogererens/patch-1
Browse files Browse the repository at this point in the history
Update controls.clj
  • Loading branch information
jackrusher authored Oct 26, 2023
2 parents b69b47b + 30714e8 commit ff0b806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/controls.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; `nextjournal.clerk.experimental`. For example, we can create a
;; viewer that presents an atom-wrapped number as a slider like this:

;; And then assign is to a particular atom like this:
;; And then assign it to a particular atom like this:
^{::clerk/sync true ::clerk/viewer cx/slider}
(defonce bar (atom 0))

Expand Down

0 comments on commit ff0b806

Please sign in to comment.