Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Mar 12, 2021
1 parent 24e7d53 commit 6f9c875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenActive.NET/ReferenceValue{T}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public T Object
}

/// <summary>
/// Gets the Url representing the instance.
/// Gets the JSON-LD @id reference representing the instance.
/// </summary>
public Uri IdReference
{
Expand All @@ -73,7 +73,7 @@ public Uri IdReference
}

/// <summary>
/// Gets the Url or JSON-LD object representing the instance.
/// Gets the JSON-LD @id reference or JSON-LD object representing the instance.
/// </summary>
public object Value
{
Expand Down

0 comments on commit 6f9c875

Please sign in to comment.