Skip to content

Commit 1cd5569

Browse files
vorot93cramertj
authored andcommitted
Fix spelling
1 parent c036ada commit 1cd5569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-core/src/task/spawn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub struct SpawnError {
6060

6161
impl fmt::Debug for SpawnError {
6262
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
63-
f.debug_tuple("SpanError")
63+
f.debug_tuple("SpawnError")
6464
.field(&"shutdown")
6565
.finish()
6666
}

0 commit comments

Comments
 (0)