Skip to content

Commit 4d31451

Browse files
committed
replicator: Fix comment on force_handshake
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
1 parent a0cfcb5 commit 4d31451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-replication/src/replicator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ where
190190
}
191191
}
192192

193-
/// for a handshake on next call to replicate.
193+
/// force a handshake on next call to replicate.
194194
pub fn force_handshake(&mut self) {
195195
self.state = ReplicatorState::NeedHandshake;
196196
}

0 commit comments

Comments
 (0)