Skip to content

Commit

Permalink
Remove self-link (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
eksperimental committed Jan 25, 2021
1 parent 17b2443 commit 3ea6995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plug/conn.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Plug.Conn do
@moduledoc """
The Plug connection.
This module defines a `Plug.Conn` struct and the main functions
for working with Plug connections.
This module defines a struct and the main functions for working with
requests and responses in a HTTP connection.
Note request headers are normalized to lowercase and response
headers are expected to have lowercase keys.
Expand Down

0 comments on commit 3ea6995

Please sign in to comment.