Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
b59a1ca2
Commit
b59a1ca2
authored
Jun 05, 2019
by
Ashwin Ramaswami
Committed by
Wouter van Oortmerssen
Jun 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo (#5384)
* fix typo * fix typo
parent
4fdfe0d4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Tutorial.md
docs/source/Tutorial.md
+1
-1
TypeScriptUsage.md
docs/source/TypeScriptUsage.md
+1
-1
No files found.
docs/source/Tutorial.md
View file @
b59a1ca2
...
@@ -424,7 +424,7 @@ The first step is to import/include the library, generated files, etc.
...
@@ -424,7 +424,7 @@ The first step is to import/include the library, generated files, etc.
~~~
~~~
</div>
</div>
<div
class=
"language-typescript"
>
<div
class=
"language-typescript"
>
// note: import flabuffers with your desired import method
// note: import fla
t
buffers with your desired import method
import { MyGame } from './monster_generated';
import { MyGame } from './monster_generated';
</div>
</div>
...
...
docs/source/TypeScriptUsage.md
View file @
b59a1ca2
...
@@ -43,7 +43,7 @@ First, include the library and generated code. Then read the file into an
...
@@ -43,7 +43,7 @@ First, include the library and generated code. Then read the file into an
the ByteBuffer to the
`getRootAsMonster`
function.
the ByteBuffer to the
`getRootAsMonster`
function.
~~~
{.ts}
~~~
{.ts}
// note: import flabuffers with your desired import method
// note: import fla
t
buffers with your desired import method
import { MyGame } from './monster_generated';
import { MyGame } from './monster_generated';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment