diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index 46cb7dd6..ab48b911 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -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. *