Skip to content

Commit dad3142

Browse files
committed
Fix some missing punctuation
1 parent c89f21a commit dad3142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,14 +1625,14 @@ the docstring at various places.
16251625
(defn frobnitz
16261626
"This function does a frobnitz.
16271627
It will do gnorwatz to achieve this, but only under certain
1628-
cricumstances"
1628+
cricumstances."
16291629
[]
16301630
...)
16311631
16321632
# bad
16331633
(defn frobnitz
16341634
"This function does a frobnitz. It will do gnorwatz to
1635-
achieve this, but only under certain cricumstances"
1635+
achieve this, but only under certain cricumstances."
16361636
[]
16371637
...)
16381638
```

0 commit comments

Comments
 (0)