Skip to content

Commit 0b0e5c0

Browse files
authored
Fix mistyped comment.
1 parent 43b3f0a commit 0b0e5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ func NewInlineKeyboardButtonLoginURL(text string, loginUrl LoginURL) InlineKeybo
688688
}
689689
}
690690

691-
// NewInlineKeyboardButtonLoginURL creates an inline keyboard button with text
691+
// NewInlineKeyboardButtonURL creates an inline keyboard button with text
692692
// which goes to a URL.
693693
func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton {
694694
return InlineKeyboardButton{

0 commit comments

Comments
 (0)