Skip to content

Commit

Permalink
Merge pull request microsoft#1688 from tejaswid/doc-update
Browse files Browse the repository at this point in the history
Fixed a typo in the docs
  • Loading branch information
sytelus committed Jan 11, 2019
2 parents a6a54a7 + e38025c commit 5223c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis_cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main()
client.moveToPositionAsync(position.x() + 5, position.y(), position.z(), 1)->waitOnLastTask();

cout << "Press Enter to land" << endl; cin.get();
client.landAync()->waitOnLastTask();
client.landAsync()->waitOnLastTask();

return 0;
}
Expand Down

0 comments on commit 5223c26

Please sign in to comment.