Skip to content

Commit 13f69b1

Browse files
committed
fix(compat): nit
1 parent 2e86316 commit 13f69b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compio-compat/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Runtime-compatibility layer for compio.
1+
//! Runtime-compatibility layers for compio.
22
//!
33
//! This crate provides a compatibility layer for compio's runtime, allowing it
44
//! to be used with different underlying event loop implementations, e.g.,
@@ -80,7 +80,7 @@ impl<A: Adapter> RuntimeCompat<A> {
8080
}
8181
}
8282

83-
impl<A: sys::Adapter> Deref for RuntimeCompat<A> {
83+
impl<A: Adapter> Deref for RuntimeCompat<A> {
8484
type Target = Runtime;
8585

8686
fn deref(&self) -> &Self::Target {

0 commit comments

Comments
 (0)