Skip to content

Commit

Permalink
Update swift docs (google#6460)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustiikhalil authored Feb 14, 2021
1 parent 86401e0 commit a72a208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit a72a208

Please sign in to comment.