Skip to content

Commit

Permalink
Merge pull request #162 from jonathantorres/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
vorner authored Sep 3, 2024
2 parents fb4379a + 8ce7999 commit 61e2cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
//! too, this is just for convenience).
//!
//! And last, there is the [`low_level`] module. It contains routines to directly register and
//! unregister arbitrary actions. Some of the patters in the above modules return a [`SigId`],
//! unregister arbitrary actions. Some of the patterns in the above modules return a [`SigId`],
//! which can be used with the [`low_level::unregister`] to remove the action. There are also some
//! other utilities that are more suited to build other abstractions with than to use directly.
//!
Expand Down

0 comments on commit 61e2cf6

Please sign in to comment.