Skip to content

Commit 4f9c84b

Browse files
Update tutorials/nservicebus-sagas/1-saga-basics/tutorial.md
Co-authored-by: Helen T <[email protected]>
1 parent 7aa1069 commit 4f9c84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/nservicebus-sagas/1-saga-basics/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Our mappings specify that whenever a message of type `OrderPlaced` is received,
172172

173173
##### Auto-population
174174

175-
One thing we **do not** have to worry about is filling in `OrderId` value in the saga data. We've already told NServiceBus that `OrderPlaced` and `OrderBilled` can start the saga. We've instructed it to look up data based on the `OrderId` of the incoming message. Because it knows these things, when it creates a new `ShippingPolicyData` it knows what the value of the `OrderId` property should be, and fills it in for us.
175+
One thing we **do not** have to worry about is filling in the `OrderId` value in the saga data. We've already told NServiceBus that `OrderPlaced` and `OrderBilled` can start the saga. We've instructed it to look up data based on the `OrderId` of the incoming message. Because it knows these things, when it creates a new `ShippingPolicyData` it knows what the value of the `OrderId` property should be, and fills it in for us.
176176

177177
So code like this is **not required**:
178178

0 commit comments

Comments
 (0)