Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Aug 26, 2023
1 parent a63d7dc commit dcabc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recode/task/io_inspect.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Recode.Task.IOInspect do
@shortdoc "There should be no calls to IO.inspect."

@moduledoc """
Calls to `IO.inspect/2/3` should only appear in debug sessions.
Calls to `IO.inspect/2` should only appear in debug sessions.
This task rewrites the code when `mix recode` runs with `autocorrect: true`.
"""
Expand Down

0 comments on commit dcabc9a

Please sign in to comment.