This commit is contained in:
Erik Mavrinac
2018-10-01 10:57:00 -07:00
committed by GitHub
parent bbbae6f0a5
commit 15409f2aab
+1 -1
View File
@@ -30,7 +30,7 @@ declare namespace dht {
* Result from a successful sensor read.
*/
interface DhtResult {
/** The temperature value in degress Celsius. */
/** The temperature value in degrees Celsius. */
temperature: number;
/** The humidity value in percentage points. */