Skip to content

Commit

Permalink
Update flow/activities/flowable.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Dubé <[email protected]>
  • Loading branch information
heavycrystal and serprex authored Dec 21, 2023
1 parent 4b234ad commit 214fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/activities/flowable.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func (a *FlowableActivity) recordSlotSizePeriodically(
slotName string,
peerName string,
) {
// ensures slot info is logged atleast once per SyncFlow
// ensures slot info is logged at least once per SyncFlow
err := a.handleSlotInfo(ctx, srcConn, slotName, peerName)
if err != nil {
return
Expand Down

0 comments on commit 214fab9

Please sign in to comment.