Skip to content

Commit bb268bf

Browse files
committed
docs: fix typo in tutorial.md
1 parent 3afb282 commit bb268bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ functions to get the root object given the buffer.
20562056
```c++
20572057
uint8_t *buffer_pointer = /* the data you just read */;
20582058

2059-
// Get an view to the root object inside the buffer.
2059+
// Get a view to the root object inside the buffer.
20602060
Monster monster = GetMonster(buffer_pointer);
20612061
```
20622062

@@ -2076,7 +2076,7 @@ functions to get the root object given the buffer.
20762076
```c#
20772077
byte[] bytes = /* the data you just read */
20782078

2079-
// Get an view to the root object inside the buffer.
2079+
// Get a view to the root object inside the buffer.
20802080
Monster monster = Monster.GetRootAsMonster(new ByteBuffer(bytes));
20812081
```
20822082

0 commit comments

Comments
 (0)