mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-03-15 11:50:10 +01:00
fix spelling
This commit is contained in:
parent
ad830e0e84
commit
0d24d48c26
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user