Skip to content

Commit 6f9c875

Browse files
authored
Improve documentation
1 parent 24e7d53 commit 6f9c875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenActive.NET/ReferenceValue{T}.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public T Object
5757
}
5858

5959
/// <summary>
60-
/// Gets the Url representing the instance.
60+
/// Gets the JSON-LD @id reference representing the instance.
6161
/// </summary>
6262
public Uri IdReference
6363
{
@@ -73,7 +73,7 @@ public Uri IdReference
7373
}
7474

7575
/// <summary>
76-
/// Gets the Url or JSON-LD object representing the instance.
76+
/// Gets the JSON-LD @id reference or JSON-LD object representing the instance.
7777
/// </summary>
7878
public object Value
7979
{

0 commit comments

Comments
 (0)