Arsen english dialect

This commit is contained in:
Little Fluffy Clouds
2025-07-12 10:45:52 +03:00
parent f87475779a
commit 3fa2359a6f
3 changed files with 97 additions and 97 deletions

View File

@@ -38,7 +38,7 @@ $record = $database->record(
);
if ($database->write($record)) {
// Wrote the record into the database
// Writed the record into the database
// Updating the record in the database
$updated = $database->read(
@@ -48,7 +48,7 @@ if ($database->write($record)) {
);
// Reading the record from the database
$read = $database->read(
$readed = $database->read(
filter: fn($record) => $record->name === 'Arsen' && $record->age === 24,
amount: 1
);