From d43106b1fe0d3c207176c5eb4f8fde0ce0ea8948 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 13 Jul 2024 22:41:23 +0300 Subject: [PATCH] docs: fix incorrect docs for _pasteMarkdown() in QuillController --- lib/src/widgets/quill/quill_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/quill/quill_controller.dart b/lib/src/widgets/quill/quill_controller.dart index 97cf303e..25d6d3e5 100644 --- a/lib/src/widgets/quill/quill_controller.dart +++ b/lib/src/widgets/quill/quill_controller.dart @@ -628,7 +628,7 @@ class QuillController extends ChangeNotifier { return false; } - /// Return `true` if can paste or have pasted using HTML. + /// Return `true` if can paste or have pasted using Markdown. Future _pasteMarkdown() async { final clipboardService = ClipboardServiceProvider.instance;