File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
FirebaseAdmin/FirebaseAdmin/Messaging Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments