Fix mistyped comment.

bot-api-6.1
Syfaro 2021-03-10 22:01:47 -05:00 committed by GitHub
parent 43b3f0ace1
commit 0b0e5c077c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ func NewInlineKeyboardButtonLoginURL(text string, loginUrl LoginURL) InlineKeybo
} }
} }
// NewInlineKeyboardButtonLoginURL creates an inline keyboard button with text // NewInlineKeyboardButtonURL creates an inline keyboard button with text
// which goes to a URL. // which goes to a URL.
func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton { func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton {
return InlineKeyboardButton{ return InlineKeyboardButton{