diff options
Diffstat (limited to 'crates/tor-memquota/src')
| -rw-r--r-- | crates/tor-memquota/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-memquota/src/lib.rs b/crates/tor-memquota/src/lib.rs index 0792917db..8226d9672 100644 --- a/crates/tor-memquota/src/lib.rs +++ b/crates/tor-memquota/src/lib.rs @@ -167,7 +167,7 @@ //! //! In the case of sufficiently bad account errors, //! a Participant, or a whole Account, or the whole MemoryQuotaTracker, -//! may become unuseable, +//! may become unusable, //! in which case methods will return errors with kind [`tor_error::ErrorKind::Internal`]. // // TODO MEMQUOTA: We ought to account for the fixed overhead of each stream, circuit, and |
