Skip to content

Commit

Permalink
Minor text formatting change (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhanks authored Dec 23, 2023
1 parent b05cd27 commit bccf2d1
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 @@ -81,7 +81,7 @@ defmodule Plug do
If any plug halts, the connection won't invoke the remaining plugs. If the
given connection was already halted, none of the plugs are invoked either.
While Plug.Builder is designed to operate at compile-time, the `run` function
While `Plug.Builder` is designed to operate at compile-time, the `run` function
serves as a straightforward alternative for runtime executions.
## Examples
Expand Down

0 comments on commit bccf2d1

Please sign in to comment.