Skip to content

Commit 57a0232

Browse files
committed
Fixed a typo
1 parent 3c00318 commit 57a0232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Shared/EventBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public EventBuilder SetReferenceId(string referenceId) {
5454
}
5555

5656
/// <summary>
57-
/// Allows you to reference a parent event by it's <seealso cref="Event.ReferenceId" /> property. This allows you to have parent and child relationships.
57+
/// Allows you to reference a parent event by its <seealso cref="Event.ReferenceId" /> property. This allows you to have parent and child relationships.
5858
/// </summary>
5959
/// <param name="name">Reference name</param>
6060
/// <param name="id">The reference id that points to a specific event</param>

0 commit comments

Comments
 (0)