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 ab5cc21 commit 494bb93Copy full SHA for 494bb93
1 file changed
documentation/writing-generators.md
@@ -34,7 +34,7 @@ defmodule Mix.Tasks.YourLib.Gen.YourThing do
34
app_name,
35
[:list_of_things],
36
[module_name],
37
- &Igniter.Code.List.prepend_new_to_list(&1, module_name)
+ updater: &Igniter.Code.List.prepend_new_to_list(&1, module_name)
38
)
39
end
40
0 commit comments