Skip to content

Commit 289800c

Browse files
author
Bart Koelman
committed
Correction
1 parent ea59f9b commit 289800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The table below lists which interfaces to inject, in order to obtain the same in
3939
| `QuerySet`| `IEnumerable<IQueryConstraintProvider>`|
4040
| `PageManager` | `IPaginationContext` |
4141
| `AttributesToUpdate`, `RelationshipsToUpdate` | `ITargetedFields` |
42-
| `HasOneRelationshipPointers`, `HasManyRelationshipPointers` | `RelationshipAttribute.GetValue()` |
42+
| `HasOneRelationshipPointers`, `HasManyRelationshipPointers` | `ITargetedFields.Relationships[].GetValue()` |
4343
| `BasePath` | `IJsonApiRequest.BasePath` |
4444
| `RequestEntity` | `IJsonApiRequest.(SecondaryResource ?? PrimaryResource)` |
4545
| `DocumentMeta` | `IResponseMeta` |

0 commit comments

Comments
 (0)