Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Apr 3, 2024
1 parent 58452eb commit 1f4e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pavex/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl ConnectionInfo {
/// "The peer address for this connection is {}",
/// conn_info.peer_addr()
/// );
/// Response::Ok().set_typed_body(body)
/// Response::ok().set_typed_body(body)
/// }
/// ```
pub fn peer_addr(&self) -> SocketAddr {
Expand Down

0 comments on commit 1f4e577

Please sign in to comment.