Skip to content

Commit

Permalink
Rename NewtonScale to simples name
Browse files Browse the repository at this point in the history
  • Loading branch information
pradzikowski committed Mar 26, 2017
1 parent d14dec3 commit 5bdbd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Temperature/NewtonScale.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace PCF\ValueObject\Temperature;

class NewtonScale extends AbstractTemperature
class Newton extends AbstractTemperature
{
public const ABSOLUTE_ZERO = '-90.14';

Expand Down

0 comments on commit 5bdbd29

Please sign in to comment.