Bläddra i källkod

Fix typo
It is called 'Semantic Versioning'

Michael Köppl 7 år sedan
förälder
incheckning
d8f81e54bb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      discord.go

+ 1 - 1
discord.go

@@ -15,7 +15,7 @@ package discordgo
 
 import "fmt"
 
-// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
+// VERSION of Discordgo, follows Semantic Versioning. (http://semver.org/)
 const VERSION = "0.15.0"
 
 // New creates a new Discord session and will automate some startup