mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 03:43:58 +00:00
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-- {
|
for i := 9; i >= 0; i-- {
|
||||||
builder.PrependByte(byte(i))
|
builder.PrependByte(byte(i))
|
||||||
}
|
}
|
||||||
int := builder.EndVector(10)
|
inv := builder.EndVector(10)
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-python">
|
<div class="language-python">
|
||||||
|
|||||||
Reference in New Issue
Block a user