Skip to content

Commit 3587ba0

Browse files
docs: improve wording
1 parent 042346d commit 3587ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function toArray(): array
117117

118118
The impact for smaller resources is _minimal_, as the overhead of computing unused attributes is negligible. However, for large resources with many attributes, this may lead to performance issues.
119119

120-
But there is a way to circumvent this issue by wrapping the attribute content in a closure:
120+
But there is a way to circumvent this limitation by wrapping the value in a closure:
121121

122122
```php
123123
public function toArray(): array

0 commit comments

Comments
 (0)