Skip to content

Commit 52c6f9d

Browse files
KSemenenkoCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7359fae commit 52c6f9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ if (status == CommandExecutionStatus.Completed)
569569

570570
### Command Correlation and Tracing Identifiers
571571

572-
Commands implement `ICommand` and surface correlation, causation, trace, span, user, and session identifiers alongside optiona
573-
l metadata so every hop can attach observability context. The base `Command` and `Command<T>` types keep those properties on the
572+
Commands implement `ICommand` and surface correlation, causation, trace, span, user, and session identifiers alongside optional metadata so every hop can attach observability context. The base `Command` and `Command<T>` types keep those properties on the
573+
root object, and serializers/Orleans surrogates round-trip them without custom plumbing.
574574
root object, and serializers/Orleans surrogates round-trip them without custom plumbing.
575575

576576
#### Identifier lifecycle

0 commit comments

Comments
 (0)