Merge pull request #79 from will-b/patch-1

Typo in TemplateMethod/Journey.php comment
This commit is contained in:
Dominik Liebler
2014-04-10 17:56:07 +02:00

View File

@@ -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()