Skip to content

Commit e876d07

Browse files
committed
fix: correct typo in impl fmt::Debug for Pool
1 parent 21fef44 commit e876d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ impl Pool {
10291029

10301030
impl fmt::Debug for Pool {
10311031
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1032-
write!(f, "Poll {{ handle: {:?}", self.handle())
1032+
write!(f, "Pool {{ handle: {:?}", self.handle())
10331033
}
10341034
}
10351035

0 commit comments

Comments
 (0)