summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2009-02-01 06:21:13 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2009-02-01 06:21:13 +0000
commit7003f876edf2aa4aef5e2550852cb707e9e6d57c (patch)
treeb19ac5c2257e0ac3e0cb02eb180a7babc080ce1f /tutorial
parentdf20bb9c7c747cb20f96bd9723b086b3a356f2f6 (diff)
downloadthrift-7003f876edf2aa4aef5e2550852cb707e9e6d57c.tar.gz
THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorial
The existence of the "binary" type is now documented in the relevant places. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/tutorial.thrift1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift
index bc199e428..2655bcbca 100755
--- a/tutorial/tutorial.thrift
+++ b/tutorial/tutorial.thrift
@@ -21,6 +21,7 @@
* i64 Signed 64-bit integer
* double 64-bit floating point value
* string String
+ * binary Blob (byte array)
* map<t1,t2> Map from one type to another
* list<t1> Ordered list of one type
* set<t1> Set of unique elements of one type