Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
landAync corrected to landAsync
  • Loading branch information
tejaswid committed Jan 10, 2019
1 parent 5246acd commit e38025c
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 e38025c

Please sign in to comment.