Update swift docs (#6460)
authormustiikhalil <mustii@mmk.one>
Sun, 14 Feb 2021 07:09:11 +0000 (10:09 +0300)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 07:09:11 +0000 (10:09 +0300)
docs/source/Tutorial.md

index 9c842cc..181c677 100644 (file)
@@ -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>