mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 13:07:27 +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)
|
* compromise this algorithm (warning : cause of cyclic dependencies)
|
||||||
*/
|
*/
|
||||||
final protected function takePlane()
|
final protected function takePlane()
|
||||||
|
Reference in New Issue
Block a user