Skip to content

Commit

Permalink
Merge pull request dvidelabs#178 from yamt/typo3
Browse files Browse the repository at this point in the history
doc/builder.md: Fix a typo in an example code
  • Loading branch information
mikkelfj authored Apr 16, 2021
2 parents 988b149 + 4f38ccb commit e327f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ vector field that we just invented for the occasion):
Monster_friends_push_create_str(B, "Shrek");
Monster_friends_push_create_str(B, "Pinnochio");
Monster_friends_push_create_str(B, "Pinnochio");
Monster_friends_push_creae(B, "Hector", 6);
Monster_friends_push_create(B, "Hector", 6);
Monster_friends_push(friend);
p = Monster_friends_extend(B, 1);
*p = flatbuffers_string_create_str("Cindarella");
Expand Down

0 comments on commit e327f24

Please sign in to comment.