Skip to content

Commit de72085

Browse files
chore: fix function name in GetQueryType comment (#5452)
Signed-off-by: stringsbuilder <stringsbuilder@outlook.com>
1 parent 46810ca commit de72085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discovery/protoext/querytype.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
LocalMembershipQueryType
2020
)
2121

22-
// GetType returns the type of the request
22+
// GetQueryType returns the type of the request
2323
func GetQueryType(q *discovery.Query) QueryType {
2424
switch {
2525
case q.GetCcQuery() != nil:

0 commit comments

Comments
 (0)