Skip to content

Commit 267ed55

Browse files
committed
Documentaiton improvement.
1 parent 7a0c370 commit 267ed55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RedditSharp/Things/User/RelatedUser.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ public RelatedUser(IWebAgent agent, JToken json) : base(agent, json)
1515
}
1616

1717
/// <summary>
18-
/// The base-36 fullname of the related item
18+
/// The base-36 fullname of the relationship
1919
/// </summary>
2020
[JsonProperty("rel_id")]
21-
public String RelatedFullName { get; internal set; }
21+
public String RelationFullName { get; internal set; }
2222

2323
/// <summary>
2424
/// UTC time of when this user was added to the list

0 commit comments

Comments
 (0)