Skip to content

Commit

Permalink
Update pixelmapFeature.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Dec 23, 2021
1 parent 105b274 commit 5b48e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixelmapFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var util = require('./util');
* @property {object[]} mappedColors This has one entry for each distinct index
* value. Each entry has `first` and `last` with the first and last pixel
* locations where that index occurs. Note that last is the inclusive value
* of the location (so its maximum possible value is `size -1`).
* of the location (so its maximum possible value is `size - 1`).
*/

/**
Expand Down

0 comments on commit 5b48e89

Please sign in to comment.