Skip to content

Commit 0ea7981

Browse files
committed
Fix typo in readonly class declaration
1 parent dcc6127 commit 0ea7981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/EmptyData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and by default `Data` classes have the ability to create an `"empty"` instance:
88
use Nuxtifyts\PhpDto\Data;
99
use DateTimeImmutable;
1010

11-
final reaconly class Todo extends Data
11+
final readonly class Todo extends Data
1212
{
1313
public function __construct(
1414
public string $title,

0 commit comments

Comments
 (0)