diff --git a/src/derived.rs b/src/derived.rs index 4e6db0f..8aa15e4 100644 --- a/src/derived.rs +++ b/src/derived.rs @@ -826,9 +826,8 @@ where None => { // Since we started verifying inputs, somebody - // else has come along and removed this - // value. The GC can do this, for example. - // Tht's fine. + // else has come along and removed this value. The + // GC can do this, for example. That's fine. } } }