You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: InitialState.NET/ISEventData.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
namespaceInitialState.Streaming
23
23
{
24
24
/// <summary>
25
-
/// Represents an Initial State Event Data point which can be added to a <see cref="ISEventDataCollection"/> to be sent to an Initial State Event Data Stream using a <see cref="ISStreamer"/>.
25
+
/// Represents an Initial State Event Data point which can be added to a <see cref="ISEventDataCollection"/> to be sent to an Initial State Event Data Stream using an <see cref="ISStreamer"/>.
Copy file name to clipboardExpand all lines: InitialState.NET/ISEventDataCollection.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
namespaceInitialState.Streaming
24
24
{
25
25
/// <summary>
26
-
/// Represents a collection of <see cref="ISEventData"/> objects that are ready to be sent to and Initial State Event Stream using an <see cref="ISStreamer"/>.
26
+
/// Represents a collection of <see cref="ISEventData"/> objects that are ready to be sent to an Initial State Event Stream using an <see cref="ISStreamer"/>.
0 commit comments