Skip to content

Commit

Permalink
Merge pull request #691 from supersimple/master
Browse files Browse the repository at this point in the history
Fixes typo introduced in #673
  • Loading branch information
rrrene committed Aug 20, 2019
2 parents 0e41462 + b36a32f commit fa7ffe3
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 fa7ffe3

Please sign in to comment.