From 9860bdfd3a171ceafb6e1eafa163482a6ef92643 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Mon, 8 Oct 2018 14:45:45 -0500 Subject: [PATCH] Fix capitalization in doc. --- passport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passport.go b/passport.go index f949b88..5f55006 100644 --- a/passport.go +++ b/passport.go @@ -307,7 +307,7 @@ type ( MiddleNameNative string `json:"middle_name_native"` } - // IdDocumentData https://core.telegram.org/passport#iddocumentdata + // IDDocumentData https://core.telegram.org/passport#iddocumentdata IDDocumentData struct { DocumentNumber string `json:"document_no"` ExpiryDate string `json:"expiry_date"`