Skip to content

Commit

Permalink
VehicleEngine: tweak the javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 17, 2025
1 parent e86ff60 commit 2b650b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public float getAngularVelocity() {
/**
* Return the engine's rotation rate in traditional units.
*
* @return the speed (in revolutions per minute)
* @return the rate (in revolutions per minute)
*/
public float getCurrentRpm() {
long engineVa = va();
Expand Down

0 comments on commit 2b650b1

Please sign in to comment.