Fix docstring typo (#593)

This commit is contained in:
Amr Hassan
2021-03-31 13:32:46 +02:00
committed by GitHub
parent 6c898a239f
commit 830b305b98
+1 -1
View File
@@ -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;