You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2023/02/20 17:21:55 UTC

[beam] 01/06: Doc commment typo.

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch tinyLintFixes
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6ffc768b04cb66a6322648fa049b1735ff618333
Author: Robert Burke <ro...@frantil.com>
AuthorDate: Sun Feb 19 10:56:19 2023 -0800

    Doc commment typo.
---
 sdks/go/test/integration/primitives/checkpointing.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/go/test/integration/primitives/checkpointing.go b/sdks/go/test/integration/primitives/checkpointing.go
index ae61f318629..7a349699dd4 100644
--- a/sdks/go/test/integration/primitives/checkpointing.go
+++ b/sdks/go/test/integration/primitives/checkpointing.go
@@ -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))
 }