diff --git a/src/app/app-client.ts b/src/app/app-client.ts index 9cc5b79ad..c8cb2d1f2 100644 --- a/src/app/app-client.ts +++ b/src/app/app-client.ts @@ -694,10 +694,11 @@ export class AppClient { } /** - * Updates an existing robot's name and/or location. + * Change the name of an existing machine. You can only change the name of the + * machine, not the location. * * @param robotId The ID of the robot to update - * @param locId The ID of the location to move the robot to + * @param locId The ID of the location where the robot is * @param name The name to update the robot to * @returns The newly-modified robot object */