Skip to content

Commit b3c0f25

Browse files
committed
mix format
1 parent b680bea commit b3c0f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ defmodule Mix.Tasks.Format do
144144
* `:modifiers` (charlist) - list of sigil modifiers.
145145
146146
* `:opening_delimiter` (string) - the opening delimiter of the sigil being
147-
formatted, e.g. `[`, `"`, or `"""` for a heredoc.
147+
formatted, e.g. `[`, `"`, or `\"""` for a heredoc.
148148
149149
* `:extension` (string) - the extension of the file being formatted, e.g. `".md"`.
150150

0 commit comments

Comments
 (0)