From c6e7064c3ab3df0a7cd3f687b566e36bd69333e2 Mon Sep 17 00:00:00 2001 From: Lukas Reining Date: Fri, 19 Jan 2024 17:58:43 +0100 Subject: [PATCH] Update specification/sections/03-evaluation-context.md Co-authored-by: Kavindu Dodanduwa Signed-off-by: Lukas Reining --- specification/sections/03-evaluation-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/sections/03-evaluation-context.md b/specification/sections/03-evaluation-context.md index 0347bdff..42717e83 100644 --- a/specification/sections/03-evaluation-context.md +++ b/specification/sections/03-evaluation-context.md @@ -185,7 +185,7 @@ If there already is a `transaction context propagator`, it is replaced with the If a `transaction context propagator` is set, the SDK will call the [method defined in 3.3.1.3](#conditional-requirement-3313) with this `evaluation context` and so this `evaluation context` will be available during the current transaction. If no `transaction context propagator` is set, this `evaluation context` is not used for evaluations. -This method can e.g. be used in a request handler to add request-specific information to the `evaluation context`. +This method then can be used for example in a request handler to add request-specific information to the `evaluation context`. ##### Conditional Requirement 3.3.1.3