Преглед изворни кода

Merge pull request #368 from calmandniceperson/master

Fix typo in description of VERSION constant
Bruce пре 7 година
родитељ
комит
ccbdeb8c54
1 измењених фајлова са 1 додато и 1 уклоњено
  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