From cd8209e677031be7bef7bfb41e595e8a136eb99a Mon Sep 17 00:00:00 2001 From: Alexey Zinchenko Date: Fri, 26 Mar 2021 00:50:37 +0300 Subject: [PATCH] Fixed documentation code snippet. --- docs/Release_2.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release_2.0.0.md b/docs/Release_2.0.0.md index 7f7c1f0..b08e2c6 100644 --- a/docs/Release_2.0.0.md +++ b/docs/Release_2.0.0.md @@ -79,7 +79,7 @@ final Weather weather = openWeatherClient final List weatherList = openWeatherClient .currentWeather() .multiple() - .byCitiesInCycle(Coordinate.forValues(55.5, 37.5)) + .byCitiesInCycle(Coordinate.withValues(55.5, 37.5)) .language(Language.GERMAN) .unitSystem(UnitSystem.IMPERIAL) .retrieve()