mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
Typo in TemplateMethod/Journey.php comment
sbclasses -> Subclasses
This commit is contained in:
@@ -45,7 +45,7 @@ abstract class Journey
|
||||
}
|
||||
|
||||
/**
|
||||
* sbclasses will get access to this method but cannot override it and
|
||||
* Subclasses will get access to this method but cannot override it and
|
||||
* compromise this algorithm (warning : cause of cyclic dependencies)
|
||||
*/
|
||||
final protected function takePlane()
|
||||
|
Reference in New Issue
Block a user