Skip to content

Commit

Permalink
Update go/vt/topo/keyspace.go
Browse files Browse the repository at this point in the history
Co-authored-by: Florent Poinsard <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
2 people authored and Andrew Mason committed Mar 29, 2023
1 parent c56eb58 commit 512ebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/topo/keyspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (ki *KeyspaceInfo) SetKeyspaceName(name string) {

var invalidKeyspaceNameChars = "/"

// ValidateKeyspaceNames checks if the provided name is a valid name for a
// ValidateKeyspaceName checks if the provided name is a valid name for a
// keyspace.
//
// As of v17, "all invalid characters" is just the forward slash ("/").
Expand Down

0 comments on commit 512ebf4

Please sign in to comment.