Skip to content

Commit 77f823c

Browse files
committed
docs: fix typo [skip ci]
1 parent 5157137 commit 77f823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ The same can be achieved for ManyRelations (`HasMany`, `MorphToMany`):
516516

517517
```php
518518

519-
/** @return \Swis\JsonApi\Client\Interfaces\ManyRelationInterface<AuthorItem> */
519+
/** @return \Swis\JsonApi\Client\Interfaces\ManyRelationInterface<CommentItem> */
520520
public function comments(): ManyRelationInterface
521521
{
522522
return $this->hasMany(CommentItem::class);

0 commit comments

Comments
 (0)