Skip to content

Commit

Permalink
Update StatusPartial.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored and jskeet committed Jan 4, 2024
1 parent a2b9a0c commit 275c98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Google.Api.CommonProtos/Rpc/StatusPartial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public partial class Status
/// <example>
/// For example, to retrieve any <see cref="ErrorInfo"/> that might be in the status details:
/// <code>
/// var errorInfo = status.GetStatusDetail&lt;ErrorInfo&gt;();
/// var errorInfo = status.GetDetail&lt;ErrorInfo&gt;();
/// if (errorInfo is not null)
/// {
/// // ...
Expand Down

0 comments on commit 275c98f

Please sign in to comment.