From 586fb1fb4ee7a6d245e5f1ddf999ba7de2ccbd2b Mon Sep 17 00:00:00 2001 From: Denzyl Dick <2477646+denzyldick@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:30:08 +0200 Subject: [PATCH] Update e6.md --- src/rules/examples/e6/e6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/examples/e6/e6.md b/src/rules/examples/e6/e6.md index ed1cb8a..78504cd 100644 --- a/src/rules/examples/e6/e6.md +++ b/src/rules/examples/e6/e6.md @@ -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