We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47be5ad commit bb3afa6Copy full SHA for bb3afa6
1 file changed
README.md
@@ -27,7 +27,7 @@ The following short example should give you what you need to get started:
27
(defn divide [x y]
28
(log/info "dividing" x "by" y)
29
(try
30
- (log/spyf "result: %s" (/ x y)) ; yields the result
+ (log/spyf "result is %s" (/ x y)) ; yields the result
31
(catch Exception ex
32
(log/error ex "There was an error in calculation"))))
33
```
0 commit comments