From 0e42acc5f52be00891fbb431142c3ce355a274f5 Mon Sep 17 00:00:00 2001 From: vim2meta Date: Sun, 19 Nov 2017 10:13:54 -0500 Subject: [PATCH] Update structs.go --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structs.go b/structs.go index e24c9a8..03974cb 100644 --- a/structs.go +++ b/structs.go @@ -203,7 +203,7 @@ func (e *Emoji) APIName() string { return e.ID } -// VerificationLevel type defination +// VerificationLevel type definition type VerificationLevel int // Constants for VerificationLevel levels from 0 to 3 inclusive @@ -395,7 +395,7 @@ type Settings struct { DeveloperMode bool `json:"developer_mode"` } -// Status type defination +// Status type definition type Status string // Constants for Status with the different current available status