From f113bc8bf85edc434329051beebfbbbbd1edc0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Dub=C3=A9?= Date: Tue, 25 Sep 2018 08:27:39 -0400 Subject: [PATCH] Trivial fix - comment --- src/misc/FeatureHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/FeatureHelper.js b/src/misc/FeatureHelper.js index 3059348b6bfb..48861f929450 100644 --- a/src/misc/FeatureHelper.js +++ b/src/misc/FeatureHelper.js @@ -1212,7 +1212,7 @@ exports.prototype.getType = function(feature) { * @param {!ol.Feature} feature Feature. * @param {!ol.Map} map Map. * @param {boolean=} opt_zoomOut Whether the map should also be zoomed - * out if the feature would not fit inside the current map view + * out if the feature doesn't fit inside the current map view * extent. Defaults to `true`. * @param {number=} opt_panDuration Pan animation duration. Defaults to `250`. * @export