Fixed method description.

This commit is contained in:
Olexandr Savchuk 2016-12-02 20:56:10 +01:00
parent 4d8d30f897
commit 89bc3137ba

View File

@ -423,7 +423,7 @@ Module.register("currentweather",{
},
/* function(temperature)
* Rounds a temperature to 1 decimal.
* Rounds a temperature to 1 decimal or integer (depending on config.roundTemp).
*
* argument temperature number - Temperature.
*