Skip to content

Commit

Permalink
Merge pull request #233 from SherSpock/docstring-fixes
Browse files Browse the repository at this point in the history
Docstring fixes
  • Loading branch information
danielcompton authored Aug 22, 2019
2 parents 53e304a + 1143acb commit f9b9546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kibit/src/kibit/driver.clj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
Paths is expected to be a sequence of io.File objects.
Rules is either a collection of rules or nil. If Rules is nil, all of kibit's checkers are used.
Rules is either a collection of rules or nil. If rules is nil, all of kibit's checkers are used.
Optionally accepts a :reporter keyword argument, defaulting to \"text\"
If :replace is provided in options, suggested replacements will be performed automatically."
Expand Down
2 changes: 1 addition & 1 deletion kibit/src/kibit/replace.clj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
(defn replace-expr
"Apply any suggestions to `expr`.
`expr` - Code form to check and replace in
`expr` - Code form to check and replace
`kw-opts` - any valid option for `check/check-expr`, as well as:
- `:file` current filename
- `:interactive` prompt for confirmation before replacement or not
Expand Down

0 comments on commit f9b9546

Please sign in to comment.