8
0
Pārlūkot izejas kodu

Docs: Removed duplicated content in Marker docs.

Krzysztof Krztoń 6 gadi atpakaļ
vecāks
revīzija
4169763f58

+ 0 - 4
packages/ckeditor5-engine/src/model/markercollection.js

@@ -305,10 +305,6 @@ mix( MarkerCollection, EmitterMixin );
  * Then, it can be upcasted back to a marker. Again, use {@link module:engine/conversion/upcasthelpers upcast converters} or
  * attach a custom converter to {@link module:engine/conversion/upcastdispatcher~UpcastDispatcher#event:element}.
  *
- * Another upside of markers is that finding marked part of document is fast and easy. Using attributes to mark some nodes
- * and then trying to find that part of document would require traversing whole document tree. Marker gives instant access
- * to the range which it is marking at the moment.
- *
  * `Marker` instances are created and destroyed only by {@link ~MarkerCollection MarkerCollection}.
  */
 class Marker {