Skip to content

Commit 47b5959

Browse files
binaryseedwhatyouhide
authored andcommitted
Fix documentation for a formatter option (#7129)
1 parent 568ab47 commit 47b5959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/format.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ defmodule Mix.Tasks.Format do
7979
A dependency that wants to export formatter configuration needs to have a `.formatter.exs` file
8080
at the root of the project. In this file, the dependency can export a `:export` option with
8181
configuration to export. For now, only one option is supported under `:export`:
82-
`:export_locals_without_parens` (whose value has the same shape as the value of the
82+
`:locals_without_parens` (whose value has the same shape as the value of the
8383
`:locals_without_parens` in `Code.format_string!/2`).
8484
8585
The functions listed under `:locals_without_parens` in the `:export` option of a dependency

0 commit comments

Comments
 (0)