Skip to content

Commit

Permalink
Update e6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denzyldick authored Jul 3, 2024
1 parent 59cac1c commit 586fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/examples/e6/e6.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Dinner {
}
```

The `end()` method can automatically detect if there is something to clean when dinner has ended. If one of the persons at the table spills water, the method `spillWater()` will be used as intended. The object will remember that the table is still dirty and clean it if needed.
The `end()` method can automatically detect if there is something to clean after dinner. If one of the persons at the table spills water, the method `spillWater()` will be used as intended. The object will remember that the table is still dirty and clean it if needed.

```php
<?php
Expand Down

0 comments on commit 586fb1f

Please sign in to comment.