rpc: Fix docs typo

This commit is contained in:
Nick Mathewson 2023-06-20 11:38:31 +00:00 committed by Ian Jackson
parent 85a046e266
commit 3e704a080c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use tor_rpcbase as rpc;
///
/// * The `RpcSession` is principally owned by the `Connection`'s object table.
///
/// * Typically, after authnetication, there is one `RpcSession` for the `Connection`.
/// * Typically, after authentication, there is one `RpcSession` for the `Connection`.
/// But a client may authenticate more than once; each time produces a new `RpcSession`.
pub struct RpcSession {
/// An inner TorClient object that we use to implement remaining