mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-27 02:00:20 +02:00
fix spelling
This commit is contained in:
@@ -4,7 +4,7 @@ namespace DesignPatterns\Behavioral\Visitor;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Note: the visitor must not choose itself which method to
|
* 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
|
interface RoleVisitor
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user