Skip to content

Commit f5f192a

Browse files
committed
Update RoleVisitorInterface.php
1 parent 4faa94f commit f5f192a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Behavioral/Visitor/RoleVisitorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* The contract for the visitor.
99
*
10-
* Note 1 : in C++ or java, with method polymorphism based on type-hint, there are many
10+
* Note 1 : in C++ or Java, with method polymorphism based on type-hint, there are many
1111
* methods visit() with different type for the 'role' parameter.
1212
*
1313
* Note 2 : the visitor must not choose itself which method to

0 commit comments

Comments
 (0)