Skip to content

Commit

Permalink
Fixes type introduced in rrrene#673
Browse files Browse the repository at this point in the history
  • Loading branch information
supersimple committed Aug 16, 2019
1 parent 20751ef commit b36a32f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ defmodule Credo.Check.Readability.ParenthesesOnZeroArityDefs do
@moduledoc false

@checkdoc """
Either use parentheses or not when defininig a function with no arguments.
Either use parentheses or not when defining a function with no arguments.
By default, this check enforces no parentheses, so zero-arity function
and macro definitions should look like this:
Expand Down

0 comments on commit b36a32f

Please sign in to comment.