Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/Grpc.StatusProto/README.md
Co-authored-by: Cody Mullins <[email protected]>
  • Loading branch information
tonydnewell and codymullins authored Oct 19, 2023
commit 9b9447703c1acd58bdb53ed3743052f0fead253b
2 changes: 1 addition & 1 deletion src/Grpc.StatusProto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void PrintStatusDetails(RpcException ex)
if (rpcStatus != null)
{
// Decode each message item in the details in turn
foreach (var msg in status.UnpackDetailMessage())
foreach (var msg in rpcStatus.UnpackDetailMessages())
{
switch (msg)
{
Expand Down