From 4a166e3d1d825b017ebea8c22dd56d209fc03cae Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 17 Jul 2024 16:54:41 -0700 Subject: [PATCH] chore: remove invalid docs comment in Leaf.splitAt() --- lib/src/document/nodes/leaf.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/document/nodes/leaf.dart b/lib/src/document/nodes/leaf.dart index 15c0aeb9..eab873b1 100644 --- a/lib/src/document/nodes/leaf.dart +++ b/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