mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 17:01:11 +00:00
Update swift docs (#6460)
This commit is contained in:
@@ -1434,7 +1434,7 @@ for the `path` field above:
|
|||||||
for i in obj {
|
for i in obj {
|
||||||
_ = create(struct: i)
|
_ = create(struct: i)
|
||||||
}
|
}
|
||||||
let points = fbb.endVectorOfStructs(count: size)
|
let points = fbb.endVector(len: size)
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user