Merge pull request #24 from manenko/patch-1

fixing a typo
This commit is contained in:
Anatoly 2015-12-16 15:23:38 -05:00
commit a6a08b3ea0

View file

@ -87,7 +87,7 @@ Creating state is easy:
where the `create-conn` function is defined elsewhere, can be right above it.
In case this state needs to be cleaned / destryed between reloads, there is also `:stop`
In case this state needs to be cleaned / destroyed between reloads, there is also `:stop`
```clojure
(defstate conn :start create-conn