arti-client: Fix wording of docs for TorClient::isolation

This commit is contained in:
Ian Jackson 2023-03-23 11:19:53 +00:00
parent 8a11e0f6ad
commit 58311571d9
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ impl<R: Runtime> TorClient<R> {
Ok(circ)
}
/// Return an overall [`Isolation`] this a `TorClient` and a `StreamPrefs`.
/// Return an overall [`Isolation`] for this `TorClient` and a `StreamPrefs`.
///
/// This describes which operations might use
/// circuit(s) with this one.