Skip to content

Commit 33d5705

Browse files
author
Chris Santero
committed
fix incorrect comment
1 parent fd406f7 commit 33d5705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

JSONAPI/Documents/IResourceLinkage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public interface IResourceLinkage
1111
bool IsToMany { get; }
1212

1313
/// <summary>
14-
/// The identifiers this linkage refers to. If IsToMany is true, this
15-
/// property must return an array of length either 0 or 1. If false,
14+
/// The identifiers this linkage refers to. If IsToMany is false, this
15+
/// property must return an array of length either 0 or 1. If true,
1616
/// the array may be of any length. This property must not return null.
1717
/// </summary>
1818
IResourceIdentifier[] Identifiers { get; }

0 commit comments

Comments
 (0)