Skip to content

Commit

Permalink
Fix mistyped comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syfaro authored Mar 11, 2021
1 parent 43b3f0a commit 0b0e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton {
return InlineKeyboardButton{
Expand Down

0 comments on commit 0b0e5c0

Please sign in to comment.