Skip to content

Commit bba2ee1

Browse files
committed
Fixed typo.
1 parent e5dd750 commit bba2ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples_Forecast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
echo "<br />\n";
5050
}
5151

52-
// Example 1: Get forecast for the next 3 days for Berlin.
52+
// Example 2: Get forecast for the next 3 days for Berlin.
5353
$forecast = $owm->getWeatherForecast('Berlin', $units, $lang, '', 3);
5454
echo "EXAMPLE 2<hr />\n\n\n";
5555

0 commit comments

Comments
 (0)