Update swift docs (#6460)

This commit is contained in:
mustiikhalil 2021-02-14 10:09:11 +03:00 committed by GitHub
parent 86401e078d
commit a72a208272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>