summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-01-04 02:02:17 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-01-05 03:02:35 +0900
commit1d8e745035354e67c794bec9e0b5663ee7cab902 (patch)
treee5536468a48b781c4b23b33c6cf0e3c91bea8752 /doc
parent7b69c1889e2b78c9c8767288043a7f253e00f54b (diff)
downloadthrift-1d8e745035354e67c794bec9e0b5663ee7cab902.tar.gz
Update IDL spec
Add i8 to BaseType
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/idl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/specs/idl.md b/doc/specs/idl.md
index 6da469665..e8cf39f5e 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -150,7 +150,7 @@ N.B.: These have some internal purpose at Facebook but serve no current purpose
[25] DefinitionType ::= BaseType | ContainerType
- [26] BaseType ::= 'bool' | 'byte' | 'i16' | 'i32' | 'i64' | 'double' | 'string' | 'binary' | 'slist'
+ [26] BaseType ::= 'bool' | 'byte' | 'i8' | 'i16' | 'i32' | 'i64' | 'double' | 'string' | 'binary' | 'slist'
[27] ContainerType ::= MapType | SetType | ListType