fix: typo

This commit is contained in:
Martin Eyben 2024-11-27 20:28:34 +00:00
parent dbd289762a
commit 5dfed9ff4c

View File

@ -46,7 +46,7 @@ public class OpenMeteo implements WeatherDataAPI {
/** /**
* return condition based on the WMOCode * return condition based on the WMOCode
* table can be find here : https://open-meteo.com/en/docs (at the end) * table can be found here : https://open-meteo.com/en/docs (at the end)
* @param WMOCode id code * @param WMOCode id code
* @return weather condition * @return weather condition
*/ */