Skip to content

Commit

Permalink
knigge: Update moduledoc to fix a reference to Application.put_env
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed Nov 27, 2020
1 parent 41103c3 commit 72e4f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knigge.ex
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ defmodule Knigge do
By default `Knigge` does as much work as possible at compile time. This will
be fine most of the time. In case you want to swap out the implementation at
runtime - by calling `Application.put_env/2` - you can force `Knigge` to do all
runtime - by calling `Application.put_env/3` - you can force `Knigge` to do all
delegation at runtime. As you might expect this incurs runtime overhead,
since the implementing module will have to be loaded for each call.
Expand Down

0 comments on commit 72e4f7b

Please sign in to comment.