From 8ce79992ab53dfa0172692365ddc4a3386715060 Mon Sep 17 00:00:00 2001 From: Jonathan Torres Date: Sun, 1 Sep 2024 23:45:52 -0400 Subject: [PATCH] docs: fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c7c8f71..7b81832 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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. //!