Skip to content

Commit a320b07

Browse files
committed
Fixed an xml comment
1 parent ddd6af0 commit a320b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Shared/ExceptionlessClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ protected void OnSubmittingEvent(EventSubmittingEventArgs e) {
230230
/// Occurs when the event has been submitted.
231231
/// </summary>
232232
public event EventHandler<EventSubmittedEventArgs> SubmittedEvent;
233-
233+
234234
/// <summary>
235235
/// Raises the <see cref="SubmittedEvent" /> event.
236236
/// </summary>
237-
/// <param name="e">The <see cref="EventSubmittingEventArgs" /> instance containing the event data.</param>
237+
/// <param name="e">The <see cref="EventSubmittedEventArgs" /> instance containing the event data.</param>
238238
protected void OnSubmittedEvent(EventSubmittedEventArgs e) {
239239
if (SubmittedEvent == null)
240240
return;

0 commit comments

Comments
 (0)