Revert "Arsen english dialect"

This reverts commit 3fa2359a6f.
This commit is contained in:
Little Fluffy Clouds
2025-07-12 17:34:34 +03:00
parent 7783dab80b
commit 3c81ade7c6
4 changed files with 49 additions and 83 deletions

View File

@@ -38,7 +38,7 @@ $record = $database->record(
);
if ($database->write($record)) {
// Writed the record into the database
// Wrote 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
$readed = $database->read(
$read = $database->read(
filter: fn($record) => $record->name === 'Arsen' && $record->age === 24,
amount: 1
);