Documentation suggestion from review.

This commit is contained in:
Ian Jackson 2022-02-23 13:19:10 +00:00 committed by Nick Mathewson
parent c910226b55
commit fd288f90f9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ impl<R> TorClientBuilder<R> {
/// Set the configuration for the `TorClient` under construction.
///
/// If not called, then a default configuration will be used.
/// If not called, then a compiled-in default configuration will be used.
pub fn config(mut self, config: TorClientConfig) -> Self {
self.config = config;
self