File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
583583 ```
584584
585585* <a name= " when-instead-of-single-branch-if" >< /a>
586- Use `when ` instead of `(if ... (do ...)`.
586+ Use `when ` instead of `(if ... (do ...)) `.
587587<sup> [[link](#when-instead-of-single-branch-if )]< /sup>
588588
589589 ```Clojure
@@ -664,7 +664,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
664664 ```
665665
666666* <a name= " when-not-instead-of-single-branch-if-not" >< /a>
667- Use `when-not` instead of `(if-not ... (do ...)`.
667+ Use `when-not ` instead of `(if-not ... (do ...)) `.
668668<sup> [[link](#when-not-instead-of-single-branch-if-not )]< /sup>
669669
670670 ```Clojure
@@ -1678,14 +1678,14 @@ the docstring at various places.
16781678(defn frobnitz
16791679 " This function does a frobnitz.
16801680 It will do gnorwatz to achieve this, but only under certain
1681- cricumstances ."
1681+ circumstances ."
16821682 []
16831683 ...)
16841684
16851685;; bad
16861686(defn frobnitz
16871687 " This function does a frobnitz. It will do gnorwatz to
1688- achieve this, but only under certain cricumstances ."
1688+ achieve this, but only under certain circumstances ."
16891689 []
16901690 ...)
16911691```
You can’t perform that action at this time.
0 commit comments