Skip to content

Commit 61e2cf6

Browse files
authored
Merge pull request #162 from jonathantorres/patch-1
docs: fix typo
2 parents fb4379a + 8ce7999 commit 61e2cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
//! too, this is just for convenience).
6868
//!
6969
//! And last, there is the [`low_level`] module. It contains routines to directly register and
70-
//! unregister arbitrary actions. Some of the patters in the above modules return a [`SigId`],
70+
//! unregister arbitrary actions. Some of the patterns in the above modules return a [`SigId`],
7171
//! which can be used with the [`low_level::unregister`] to remove the action. There are also some
7272
//! other utilities that are more suited to build other abstractions with than to use directly.
7373
//!

0 commit comments

Comments
 (0)