mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Update swift docs (#6460)
This commit is contained in:
parent
86401e078d
commit
a72a208272
1 changed files with 1 additions and 1 deletions
|
|
@ -1434,7 +1434,7 @@ for the `path` field above:
|
|||
for i in obj {
|
||||
_ = create(struct: i)
|
||||
}
|
||||
let points = fbb.endVectorOfStructs(count: size)
|
||||
let points = fbb.endVector(len: size)
|
||||
~~~
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue