This commit is contained in:
Martin Klepsch 2025-02-15 14:41:49 +08:00 committed by GitHub
commit 8af2a534d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,7 @@ In case this state needs to be cleaned / destroyed between reloads, there is als
```clojure
(defstate conn :start (create-conn)
:stop (disconnect conn))
:stop (disconnect @conn))
```
That is pretty much it. But wait, there is more.. this state is _a top level being_, which means it can be simply