Skip to content

Commit

Permalink
fix go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2393 committed Aug 12, 2024
1 parent 9f513df commit 94e351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ func ExcludeTxnFromChangeStreams() ApplyOption {
}
}

// ExcludeTxnFromChangeStreams returns an ApplyOptions that sets whether to exclude recording this commit operation from allowed tracking change streams.
// ApplyOption returns an ApplyOption that sets the commit options to use for the commit operation.

Check failure on line 926 in spanner/client.go

View workflow job for this annotation

GitHub Actions / vet

comment on exported function ApplyCommitOptions should be of the form "ApplyCommitOptions ..."
func ApplyCommitOptions(co *CommitOptions) ApplyOption {
return func(ao *applyOption) {
ao.commitOptions = co
Expand Down

0 comments on commit 94e351d

Please sign in to comment.