From d3f766c74848a745785a117aadd7fd5c461d22c2 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 28 Jul 2015 12:26:54 +0200 Subject: [PATCH] SnapOptions: Fix typo in pixelTolerance JSDoc This was apparently copy-pasted from the `ModifyOptions` without adjustment --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 4f8aa300cf..b59ce868f0 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -2881,7 +2881,7 @@ olx.interaction.SnapOptions.prototype.features; /** * Pixel tolerance for considering the pointer close enough to a segment or - * vertex for editing. Default is `10` pixels. + * vertex for snapping. Default is `10` pixels. * @type {number|undefined} * @api */