fix spelling

This commit is contained in:
Dominik Liebler 2019-08-22 15:30:39 +02:00
parent ad830e0e84
commit 0d24d48c26
No known key found for this signature in database
GPG Key ID: DCE4AADEA26FD47B

View File

@ -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
{