Skip to content

Commit

Permalink
Fix docstring typo (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrhassan authored Mar 31, 2021
1 parent 6c898a2 commit 830b305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-reflection/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl<'b> Builder<'b> {
self
}

/// Serve the gRPC Refection Service descriptor via the Reflection Service. This is enabled
/// Serve the gRPC Reflection Service descriptor via the Reflection Service. This is enabled
/// by default - set `include` to false to disable.
pub fn include_reflection_service(mut self, include: bool) -> Self {
self.include_reflection_service = include;
Expand Down

0 comments on commit 830b305

Please sign in to comment.