From 0d24d48c261c5583bc2e466dfc01c5622e09b18c Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Thu, 22 Aug 2019 15:30:39 +0200 Subject: [PATCH] fix spelling --- Behavioral/Visitor/RoleVisitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Behavioral/Visitor/RoleVisitor.php b/Behavioral/Visitor/RoleVisitor.php index 9b91231..339fa12 100644 --- a/Behavioral/Visitor/RoleVisitor.php +++ b/Behavioral/Visitor/RoleVisitor.php @@ -4,7 +4,7 @@ namespace DesignPatterns\Behavioral\Visitor; /** * Note: the visitor must not choose itself which method to - * invoke, it is the Visitee that make this decision + * invoke, it is the visited object that makes this decision */ interface RoleVisitor {