Skip to content

Commit

Permalink
Improve comment on Channel::builder() (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored Apr 7, 2021
1 parent db22c35 commit 380049d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/transport/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub struct ResponseFuture {
}

impl Channel {
/// Create a [`Endpoint`] builder that can create a [`Channel`]'s.
/// Create an [`Endpoint`] builder that can create [`Channel`]s.
pub fn builder(uri: Uri) -> Endpoint {
Endpoint::from(uri)
}
Expand Down

0 comments on commit 380049d

Please sign in to comment.