We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99a162 commit ff103b1Copy full SHA for ff103b1
lib/mix/lib/mix/tasks/format.ex
@@ -104,11 +104,11 @@ defmodule Mix.Tasks.Format do
104
105
The `opts` passed to `format/2` contains all the formatting options and either:
106
107
- * `:sigil` (atom) - the sigil being formatted, e.g. `:M`.
+ * `:sigil` (atom) - the sigil being formatted, e.g. `:M`.
108
109
- * `:modifiers` (charlist) - list of sigil modifiers.
+ * `:modifiers` (charlist) - list of sigil modifiers.
110
111
- * `:extension` (string) - the extension of the file being formatted, e.g. `".md"`.
+ * `:extension` (string) - the extension of the file being formatted, e.g. `".md"`.
112
113
Now any application can use your formatter as follows:
114
0 commit comments