diff --git a/owm_api25/src/current.rs b/owm_api25/src/current.rs index 278ed8d..88ca643 100644 --- a/owm_api25/src/current.rs +++ b/owm_api25/src/current.rs @@ -539,7 +539,7 @@ impl WeatherResponse { self.wind.as_ref().and_then(|w| w.deg) } - /// Returns the cloudiness percentage (0–100), if available + /// Returns the cloudiness percentage (0-100), if available #[must_use] pub fn cloudiness(&self) -> Option { self.clouds.as_ref().and_then(|c| c.all)