From 3b0c0317300ecb967352a7ca2aa7a42a8822ab50 Mon Sep 17 00:00:00 2001 From: Lim Ming Wei Date: Tue, 9 Jan 2018 11:51:17 +0800 Subject: [PATCH] minor typo in helpers.go --- helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.go b/helpers.go index 132d957..f5800f4 100644 --- a/helpers.go +++ b/helpers.go @@ -641,7 +641,7 @@ func NewCallbackWithAlert(id, text string) CallbackConfig { } } -// NewInvoice created a new Invoice request to the user. +// NewInvoice creates a new Invoice request to the user. func NewInvoice(chatID int64, title, description, payload, providerToken, startParameter, currency string, prices *[]LabeledPrice) InvoiceConfig { return InvoiceConfig{ BaseChat: BaseChat{ChatID: chatID},