Skip to content

Commit 570f71c

Browse files
author
Josh Newman
committed
chore: fix comment
1 parent 128ce97 commit 570f71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/generator/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
var (
9-
// messageMap holds all messages with their full paths for reference whenever we need to look
9+
// allMessages holds all messages with their full paths for reference whenever we need to look
1010
// for a message to build out.
1111
allMessages = make(messageMap)
1212
)

0 commit comments

Comments
 (0)