From 35ca1ed41ced2a3c0a6521188438c1c7dc15c436 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 28 Aug 2023 23:04:33 +0200 Subject: [PATCH] Fix a couple more typos --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 0be3e79..0a1ad7b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -203,7 +203,7 @@ impl CommonMarkCache { } /// If the user clicks on a link in the markdown render that has `name` as a link. The hook - /// specified with this method will be set to true. It's status can be aquired + /// specified with this method will be set to true. It's status can be acquired /// with [`get_link_hook`](Self::get_link_hook). Be aware that all hooks are reset once /// [`CommonMarkViewer::show`] gets called pub fn add_link_hook>(&mut self, name: S) { @@ -491,7 +491,7 @@ impl CommonMarkViewerInternal { } impl CommonMarkViewerInternal { - /// Be aware that this aquires egui::Context internally. + /// Be aware that this acquires egui::Context internally. pub fn show( &mut self, ui: &mut egui::Ui,