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