From a72a20827226a38a1c46dd3737779ec686330486 Mon Sep 17 00:00:00 2001 From: mustiikhalil Date: Sun, 14 Feb 2021 10:09:11 +0300 Subject: [PATCH] Update swift docs (#6460) --- docs/source/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Tutorial.md b/docs/source/Tutorial.md index 9c842cc45..181c67790 100644 --- a/docs/source/Tutorial.md +++ b/docs/source/Tutorial.md @@ -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) ~~~