From d6d46b0b1b1cb54da094161b5c910d70eca538b3 Mon Sep 17 00:00:00 2001 From: Krognol <10560012+Krognol@users.noreply.github.com> Date: Thu, 8 Nov 2018 19:04:07 +0100 Subject: [PATCH] Fix spelling of `synthetic` (#613) --- events.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/events.go b/events.go index c4fb520..7c2195d 100644 --- a/events.go +++ b/events.go @@ -10,15 +10,15 @@ import ( //go:generate go run tools/cmd/eventhandlers/main.go // Connect is the data for a Connect event. -// This is a sythetic event and is not dispatched by Discord. +// This is a synthetic event and is not dispatched by Discord. type Connect struct{} // Disconnect is the data for a Disconnect event. -// This is a sythetic event and is not dispatched by Discord. +// This is a synthetic event and is not dispatched by Discord. type Disconnect struct{} // RateLimit is the data for a RateLimit event. -// This is a sythetic event and is not dispatched by Discord. +// This is a synthetic event and is not dispatched by Discord. type RateLimit struct { *TooManyRequests URL string