commit | 1d8e745035354e67c794bec9e0b5663ee7cab902 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Mon Jan 04 02:02:17 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Tue Jan 05 03:02:35 2016 +0900 |
tree | e5536468a48b781c4b23b33c6cf0e3c91bea8752 | |
parent | 7b69c1889e2b78c9c8767288043a7f253e00f54b [diff] |
Update IDL spec Add i8 to BaseType
diff --git a/doc/specs/idl.md b/doc/specs/idl.md index 6da4696..e8cf39f 100644 --- a/doc/specs/idl.md +++ b/doc/specs/idl.md
@@ -150,7 +150,7 @@ [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