Fixed example

Fixed minor error in example
This commit is contained in:
Paula Gearon 2021-10-12 20:06:08 -04:00 committed by GitHub
parent de4c3610c9
commit 879d3a35f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -456,7 +456,7 @@ user=> (fw/watch "/tmp" (fn [result] (prn "result" result)))
nil
user=> (spit "/tmp/foobar123.txt" "foo")
nil
user=> "result" {:path "/private/tmp/foobar123.txt", :type "create"}
user=> "result" {:path "/private/tmp/foobar123.txt", :type :create}
```
## Run tests