Commit dfc7970b authored by Kamal Marhubi's avatar Kamal Marhubi

Fix typo in documentation

parent 625c9470
......@@ -211,7 +211,7 @@ KJ_NOINLINE KJ_NORETURN(void throwFatalException(kj::Exception&& exception, uint
// returns, abort.
KJ_NOINLINE void throwRecoverableException(kj::Exception&& exception, uint ignoreCount = 0);
// Invoke the exception acllback to throw the given recoverable exception. If the exception
// Invoke the exception callback to throw the given recoverable exception. If the exception
// callback returns, return normally.
// =======================================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment