projects
/
platform
/
upstream
/
flatbuffers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86401e0
)
Update swift docs (#6460)
author
mustiikhalil
<mustii@mmk.one>
Sun, 14 Feb 2021 07:09:11 +0000
(10:09 +0300)
committer
GitHub
<noreply@github.com>
Sun, 14 Feb 2021 07:09:11 +0000
(10:09 +0300)
docs/source/Tutorial.md
patch
|
blob
|
history
diff --git
a/docs/source/Tutorial.md
b/docs/source/Tutorial.md
index
9c842cc
..
181c677
100644
(file)
--- 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.endVector
OfStructs(count
: size)
+ let points = fbb.endVector
(len
: size)
~~~
</div>