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
351351The input type should therefore convey all relevant information to the condition handler.
352352The output type should convey all relevant information _ for continuing execution at the site of error_ .
353353When 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_ ,
355355and if any such handler is found, calls it with the provided input value.
356356If no handler is found, ` Condition::raise ` will fail the task with an appropriate error message.
357357
You can’t perform that action at this time.
0 commit comments