Skip to content

Commit 986af99

Browse files
author
Jesse Emond
committed
Fix spaces in rectangle_zone usage comment
1 parent 348c819 commit 986af99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/open_weather/api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def cities(ids, options = {})
2929
end
3030

3131
# Bounding box (lat and lon of top left and bottom right points, map zoom)
32-
# Usage: OpenWeather::Current.rectangle_zone(12,32,15,37,10)
32+
# Usage: OpenWeather::Current.rectangle_zone(12, 32, 15, 37, 10)
3333
def rectangle_zone(top_left_lat, top_left_lon,
3434
bottom_right_lat, bottom_right_lon,
3535
map_zoom, options = {})

0 commit comments

Comments
 (0)