We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dd750 commit bba2ee1Copy full SHA for bba2ee1
Examples_Forecast.php
@@ -49,7 +49,7 @@
49
echo "<br />\n";
50
}
51
52
-// Example 1: Get forecast for the next 3 days for Berlin.
+// Example 2: Get forecast for the next 3 days for Berlin.
53
$forecast = $owm->getWeatherForecast('Berlin', $units, $lang, '', 3);
54
echo "EXAMPLE 2<hr />\n\n\n";
55
0 commit comments