From e5127f7abf4e75ce0b000b58de261115bd39ae14 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Tue, 18 Apr 2017 12:48:28 -0400 Subject: [PATCH] devices: despise Fahrenheit a bit more --- devices/devices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/devices.go b/devices/devices.go index cfebfb7..116e5ab 100644 --- a/devices/devices.go +++ b/devices/devices.go @@ -87,7 +87,7 @@ func (c Celsius) ToF() Fahrenheit { return Fahrenheit((c*9+2)/5 + 32000) } -// Fahrenheit is a unit used in the United States. +// Fahrenheit is an unsound unit used in the United States. type Fahrenheit Milli // Float64 returns the value as float64 with 0.001 precision.