Skip to content

Commit

Permalink
Doc commment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Feb 19, 2023
1 parent 85ebc2f commit a17d342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/go/test/integration/primitives/checkpointing.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (fn *selfCheckpointingDoFn) CreateInitialRestriction(_ []byte) offsetrange.
}
}

// CreateTracker wraps the fiven restriction into a LockRTracker type.
// CreateTracker wraps the given restriction into a LockRTracker type.
func (fn *selfCheckpointingDoFn) CreateTracker(rest offsetrange.Restriction) *sdf.LockRTracker {
return sdf.NewLockRTracker(offsetrange.NewTracker(rest))
}
Expand Down

0 comments on commit a17d342

Please sign in to comment.