From 235a5af418445a564713249862d0372ede57be4b Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:38:35 +0800 Subject: [PATCH] fix: correct occured to occurred typo in doc comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 22bff1b02..90caa7181 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -450,7 +450,7 @@ impl Pin { /// /// This pin poller object will register an interrupt with the /// kernel and allow you to poll() on it and receive notifications - /// that an interrupt has occured with minimal delay. + /// that an interrupt has occurred with minimal delay. #[cfg(not(target_os = "wasi"))] pub fn get_poller(&self) -> Result { PinPoller::new(self.pin_num)