Skip to content

Commit

Permalink
Fix a couple more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 28, 2023
1 parent 10d8052 commit 35ca1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<S: Into<String>>(&mut self, name: S) {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 35ca1ed

Please sign in to comment.