From 689d7de5d91669747f8e336f4ed1d47136e17d95 Mon Sep 17 00:00:00 2001 From: X Code Date: Sat, 22 Jan 2022 02:03:20 -0800 Subject: [PATCH] Update comments --- lib/src/models/documents/nodes/embeddable.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/src/models/documents/nodes/embeddable.dart b/lib/src/models/documents/nodes/embeddable.dart index c3d57f02..91a6d204 100644 --- a/lib/src/models/documents/nodes/embeddable.dart +++ b/lib/src/models/documents/nodes/embeddable.dart @@ -25,9 +25,6 @@ class Embeddable { } } -/// An object which occupies an entire line in a document and cannot co-exist -/// inline with regular text. -/// /// There are two built-in embed types supported by Quill documents, however /// the document model itself does not make any assumptions about the types /// of embedded objects and allows users to define their own types.