Skip to content

Commit

Permalink
Fix Plug.run example (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Feb 9, 2021
1 parent da39326 commit bbe7f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule Plug do
## Examples
Plug.run(conn, [{Plug.Head, []}, IO.inspect/1])
Plug.run(conn, [{Plug.Head, []}, &IO.inspect/1])
## Options
Expand Down

0 comments on commit bbe7f00

Please sign in to comment.