Skip to content

Commit 66e06d5

Browse files
authored
minor: fix typo (#220)
1 parent b476ad1 commit 66e06d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/session/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub(crate) struct ServerSession {
110110
/// The last time an operation was executed with this session.
111111
last_use: std::time::Instant,
112112

113-
/// Whether a network error was encounterd while using this session.
113+
/// Whether a network error was encountered while using this session.
114114
dirty: bool,
115115
}
116116

0 commit comments

Comments
 (0)