chore: remove invalid docs comment in Leaf.splitAt()

pull/2033/head
Ellet 9 months ago
parent 9764f75006
commit 4a166e3d1d
No known key found for this signature in database
GPG Key ID: 40CCC70E96F82970
  1. 2
      lib/src/document/nodes/leaf.dart

@ -154,8 +154,6 @@ abstract base class Leaf extends Node {
}
/// Splits this leaf node at [index] and returns new node.
///import '../style.dart';
/// If this is the last node in its list and [index] equals this node's
/// length then this method returns `null` as there is nothing left to split.
/// If there is another leaf node after this one and [index] equals this

Loading…
Cancel
Save