diff options
-rw-r--r-- | docs/ExceptionHandling.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index a0ecbfd2aa..8303a49fab 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -186,7 +186,7 @@ a C++ RTTI type info structure.</p> <div class="doc_text"> -<p>A call within the scope of a try statement can potential raise an exception. +<p>A call within the scope of a try statement can potentially raise an exception. In those circumstances, the LLVM C++ front-end replaces the call with an <tt>invoke</tt> instruction. Unlike a call, the invoke has two potential continuation points; where to continue when the call succeeds as per normal, and |