From 5b48e890b920bf8ffceb9d247ac1d498ec1ef381 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Thu, 23 Dec 2021 15:47:31 -0500 Subject: [PATCH] Update pixelmapFeature.js --- src/pixelmapFeature.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixelmapFeature.js b/src/pixelmapFeature.js index c59960f84a..1a95996e92 100644 --- a/src/pixelmapFeature.js +++ b/src/pixelmapFeature.js @@ -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`). */ /**