forked from BigfootDev/flatbuffers
Fix typo in tutorial for Go (#4756)
Fixed a typo in serialising the inventory for Orc.
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
b4ca4d3cde
commit
348fcb5b88
@@ -768,7 +768,7 @@ traversal. This is generally easy to do on any tree structures.
|
||||
for i := 9; i >= 0; i-- {
|
||||
builder.PrependByte(byte(i))
|
||||
}
|
||||
int := builder.EndVector(10)
|
||||
inv := builder.EndVector(10)
|
||||
~~~
|
||||
</div>
|
||||
<div class="language-python">
|
||||
|
||||
Reference in New Issue
Block a user