diff --git a/lib/OpenLayers/Renderer/Elements.js b/lib/OpenLayers/Renderer/Elements.js index e78c6fb943..7d399f0cc8 100644 --- a/lib/OpenLayers/Renderer/Elements.js +++ b/lib/OpenLayers/Renderer/Elements.js @@ -348,8 +348,8 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, { * Method: nodeFactory * Create new node of the specified type, with the (optional) specified id. * - * If node already exists with same ID and type, we remove it and then - * call ourselves again to recreate it. + * If node already exists with same ID and a different type, we remove it + * and then call ourselves again to recreate it. * * Parameters: * id - {String}