diwakergupta/thrift-missing-guide

Minor typo

Closed this issue · 1 comments

diff --git a/language-reference.asciidoc b/language-reference.asciidoc
index 7412bd3..c310d55 100644
--- a/language-reference.asciidoc
+++ b/language-reference.asciidoc
@@ -112,7 +112,7 @@ struct Tweet {
 Note that unlike Protocol Buffers, Thrift does NOT yet support nested enums (or
 structs, for that matter).

-Enumerator constants MUST be in the range of _postive_ 32-bit integers.
+Enumerator constants MUST be in the range of _positive_ 32-bit integers.

 Comments

Thanks @orsenthil, done! Next time, feel free to send a PR :-)