Commit 3adcf4a1 authored by Asheesh Laroia's avatar Asheesh Laroia

Merge pull request #254 from kamalmarhubi/fix-exception-doc-typo

Fix typo in documentation
parents 625c9470 dfc7970b
...@@ -211,7 +211,7 @@ KJ_NOINLINE KJ_NORETURN(void throwFatalException(kj::Exception&& exception, uint ...@@ -211,7 +211,7 @@ KJ_NOINLINE KJ_NORETURN(void throwFatalException(kj::Exception&& exception, uint
// returns, abort. // returns, abort.
KJ_NOINLINE void throwRecoverableException(kj::Exception&& exception, uint ignoreCount = 0); 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. // 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