mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
fix typo
This commit is contained in:
parent
abeebfedc8
commit
79e24cfa55
1 changed files with 2 additions and 3 deletions
|
@ -826,9 +826,8 @@ where
|
||||||
|
|
||||||
None => {
|
None => {
|
||||||
// Since we started verifying inputs, somebody
|
// Since we started verifying inputs, somebody
|
||||||
// else has come along and removed this
|
// else has come along and removed this value. The
|
||||||
// value. The GC can do this, for example.
|
// GC can do this, for example. That's fine.
|
||||||
// Tht's fine.
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue