Skip to content

Commit

Permalink
Merge pull request Turfjs#1885 from raphael-leger/doc/square-grid-inputs
Browse files Browse the repository at this point in the history
square-grid: fix package description mentioning wrong parameters in doc
  • Loading branch information
rowanwins authored May 2, 2020
2 parents bf0a3c9 + 46acf75 commit 99260c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/turf-square-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## squareGrid

Creates a square grid from a bounding box, [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3).
Creates a square grid from a bounding box.

**Parameters**

Expand Down
2 changes: 1 addition & 1 deletion packages/turf-square-grid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import rectangleGrid from "@turf/rectangle-grid";

/**
* Creates a square grid from a bounding box, {@link Feature} or {@link FeatureCollection}.
* Creates a square grid from a bounding box.
*
* @name squareGrid
* @param {Array<number>} bbox extent in [minX, minY, maxX, maxY] order
Expand Down

0 comments on commit 99260c5

Please sign in to comment.