Skip to content

Commit d6c57b5

Browse files
committed
Update docstring
1 parent 3891636 commit d6c57b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/geo_location_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ const fitGeojsonCoords = (trace, geoLayout) =>
464464
* @param {object} trace - a `fullData` trace
465465
* @param {object} geoLayout - the subplot's `fullLayout` entry
466466
* @return {Array|null} `[west, south, east, north]`, or null whenever
467-
* `fitGeojsonCoords` is empty — in which case the caller falls back to the data.
467+
* `fitGeojsonCoords` is empty.
468468
*/
469469
const fitGeojsonBbox = (trace, geoLayout) => boundsOfCoords(fitGeojsonCoords(trace, geoLayout));
470470

0 commit comments

Comments
 (0)