Skip to content

Commit e419b44

Browse files
committed
Fixing some xmldoc issues
1 parent 06145f5 commit e419b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseAdmin/FirebaseAdmin/Messaging/SendResponse.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ private SendResponse(FirebaseException exception)
4444

4545
/// <summary>
4646
/// Gets a value indicating whether the send operation was successful or not. When this property
47-
/// is <see langword="true"/>, <see cref="MessageId"/> is guaranteed to return a
48-
/// non-<see langword="null"/> value. When this property is <see langword="false"/>,
49-
/// <see cref="Exception"/> is guaranteed to return a non-<see langword="null"/> value.
47+
/// is <c>true</c>, <see cref="MessageId"/> is guaranteed to return a
48+
/// non-null value. When this property is <c>false</c>,
49+
/// <see cref="Exception"/> is guaranteed to return a non-null value.
5050
/// </summary>
5151
public bool IsSuccess => !string.IsNullOrEmpty(this.MessageId);
5252

0 commit comments

Comments
 (0)