Skip to content

Commit

Permalink
Update: usage of term 'rotation' with 'plane angle'
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Oct 10, 2017
1 parent d473ed9 commit d25bd37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/UnitConverter/Measure.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Measure

const SPEED = "speed";

const ROTATION = "rotation";
const PLANE_ANGLE = "plane_angle";

const TEMPERATURE = "temperature";

Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Registry/UnitRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct (array $units = array())
Measure::VOLUME => array(),
Measure::WEIGHT => array(),
Measure::SPEED => array(),
Measure::ROTATION => array(),
Measure::PLANE_ANGLE => array(),
Measure::TEMPERATURE => array(),
Measure::PRESSURE => array(),
Measure::TIME => array(),
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/UnitConverter/Registry/UnitRegistry.spec.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function assertListMeasurementsMethodReturnsArray ()
"volume",
"weight",
"speed",
"rotation",
"plane_angle",
"temperature",
"pressure",
"time",
Expand Down

0 comments on commit d25bd37

Please sign in to comment.