Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/h3lib/lib/bbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void scaleBBox(BBox *bbox, double scale) {
/**
* Determine the longitude normalization scheme for two bounding boxes, either
* or both of which might cross the antimeridian. The goal is to transform
* latitudes in one or both boxes so that they are in the same frame of
* longitudes in one or both boxes so that they are in the same frame of
* reference and can be operated on with standard Cartesian functions.
* @param a First bounding box
* @param b Second bounding box
Expand Down
Loading