From 0ff616814d537ac43dea502e10ccc5c4324fe047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 27 Jun 2025 16:51:00 +0200 Subject: [PATCH] Fix typo in docs of `markdown::Viewer::quote` --- widget/src/markdown.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/markdown.rs b/widget/src/markdown.rs index a7d012a1..3fc18bc3 100644 --- a/widget/src/markdown.rs +++ b/widget/src/markdown.rs @@ -1394,7 +1394,7 @@ where /// Displays a quote. /// - /// By default, it call [`quote`]. + /// By default, it calls [`quote`]. fn quote( &self, settings: Settings,