Skip to content

Commit

Permalink
Update go/vt/topo/tablet.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Lord <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt and mattlord authored Nov 4, 2024
1 parent 1d5fb11 commit 3e6cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/topo/tablet.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ type GetTabletsByCellOptions struct {
// Concurrency controls the maximum number of concurrent calls to GetTablet.
Concurrency int
// KeyspaceShard is the optional keyspace/shard that tablets must match.
// An empty shard value will watch all shards.
// An empty shard value will match all shards in the keyspace.
KeyspaceShard *KeyspaceShard
}

Expand Down

0 comments on commit 3e6cfca

Please sign in to comment.