From f5f192a61693d58f05d24d2f4134907471ef6074 Mon Sep 17 00:00:00 2001 From: Artem Ostretsov Date: Thu, 28 Jan 2016 09:53:00 +0300 Subject: [PATCH] Update RoleVisitorInterface.php --- Behavioral/Visitor/RoleVisitorInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Behavioral/Visitor/RoleVisitorInterface.php b/Behavioral/Visitor/RoleVisitorInterface.php index 1a72d7e..e8ba0ec 100644 --- a/Behavioral/Visitor/RoleVisitorInterface.php +++ b/Behavioral/Visitor/RoleVisitorInterface.php @@ -7,7 +7,7 @@ namespace DesignPatterns\Behavioral\Visitor; * * The contract for the visitor. * - * Note 1 : in C++ or java, with method polymorphism based on type-hint, there are many + * Note 1 : in C++ or Java, with method polymorphism based on type-hint, there are many * methods visit() with different type for the 'role' parameter. * * Note 2 : the visitor must not choose itself which method to