diff --git a/lib/Tesla/Vehicle.pm b/lib/Tesla/Vehicle.pm index 6e12834..86ef2bc 100644 --- a/lib/Tesla/Vehicle.pm +++ b/lib/Tesla/Vehicle.pm @@ -926,7 +926,7 @@ Example return: =head1 COMMAND METHODS -All command methods return a true value (C<1>)if the operation was successful, +All command methods return a true value (C<1>) if the operation was successful, and a false value (C<0>) if the command failed. We will also print to C the reason for the failure if one occurred.