Add comments

This commit is contained in:
Rebecca Turner
2024-02-06 16:49:28 -08:00
parent faaccecbc8
commit 474fc4078a
2 changed files with 9 additions and 23 deletions

View File

@@ -91,7 +91,7 @@ void EvalErrorBuilder<T>::debugThrow()
// `EvalState` is the only class that can construct an `EvalErrorBuilder`,
// and it does so in dynamic storage. This is the final method called on
// any such instancve and must delete itself before throwing the underlying
// any such instance and must delete itself before throwing the underlying
// error.
auto error = std::move(this->error);
delete this;