Improve readability

Signed-off-by: Ryan Russell <ryanrussell@users.noreply.github.com>
This commit is contained in:
Ryan Russell
2022-05-30 09:19:02 -05:00
committed by Ben Johnson
parent 31aa5b34f6
commit 2acdab02c8
3 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ func (r *Replica) Client() ReplicaClient { return r.client }
// Starts replicating in a background goroutine.
func (r *Replica) Start(ctx context.Context) {
// Ignore if replica is being used sychronously.
// Ignore if replica is being used synchronously.
if !r.MonitorEnabled {
return
}