From 0b0e5c077cb04c34b3f029e5e6dc5b8e0cca64b5 Mon Sep 17 00:00:00 2001
From: Syfaro <syfaro@huefox.com>
Date: Wed, 10 Mar 2021 22:01:47 -0500
Subject: [PATCH] Fix mistyped comment.

---
 helpers.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers.go b/helpers.go
index a7a7613..3fafe57 100644
--- a/helpers.go
+++ b/helpers.go
@@ -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{