Skip to content

Commit d43106b

Browse files
author
Ellet
committed
docs: fix incorrect docs for _pasteMarkdown() in QuillController
1 parent 2f0aad2 commit d43106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widgets/quill/quill_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ class QuillController extends ChangeNotifier {
628628
return false;
629629
}
630630

631-
/// Return `true` if can paste or have pasted using HTML.
631+
/// Return `true` if can paste or have pasted using Markdown.
632632
Future<bool> _pasteMarkdown() async {
633633
final clipboardService = ClipboardServiceProvider.instance;
634634

0 commit comments

Comments
 (0)