types.go
changeset 175 2541f5050df3
parent 172 1f8ea3aa20e7
child 181 1217aa2a132b
--- a/types.go	Mon May 01 19:47:38 2017 +0000
+++ b/types.go	Fri May 05 22:18:57 2017 +0200
@@ -70,7 +70,7 @@
 // Context represents a Mastodon context entity
 type Context struct {
 	Ancestors   []Status `json:"ancestors"`
-	Descendents []Status `json:"descendents"`
+	Descendants []Status `json:"descendants"`
 }
 
 // Error represents a Mastodon error entity