We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b476ad1 commit 66e06d5Copy full SHA for 66e06d5
src/client/session/mod.rs
@@ -110,7 +110,7 @@ pub(crate) struct ServerSession {
110
/// The last time an operation was executed with this session.
111
last_use: std::time::Instant,
112
113
- /// Whether a network error was encounterd while using this session.
+ /// Whether a network error was encountered while using this session.
114
dirty: bool,
115
}
116
0 commit comments