File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ The `raise` method maps a value of the condition's input type to its output type
351
351
The input type should therefore convey all relevant information to the condition handler.
352
352
The output type should convey all relevant information _ for continuing execution at the site of error_ .
353
353
When the error site raises a condition handler,
354
- the ` Condition::raise ` method searches task-local storage (TLS) for the innermost installed _ handler_ ,
354
+ the ` Condition::raise ` method searches for the innermost installed task-local condition _ handler_ ,
355
355
and if any such handler is found, calls it with the provided input value.
356
356
If no handler is found, ` Condition::raise ` will fail the task with an appropriate error message.
357
357
You can’t perform that action at this time.
0 commit comments