Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 978825c

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#79 from will-b/patch-1
Typo in TemplateMethod/Journey.php comment
2 parents edcc74b + 7677d61 commit 978825c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TemplateMethod/Journey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private function buyAFlight()
4545
}
4646

4747
/**
48-
* sbclasses will get access to this method but cannot override it and
48+
* Subclasses will get access to this method but cannot override it and
4949
* compromise this algorithm (warning : cause of cyclic dependencies)
5050
*/
5151
final protected function takePlane()

0 commit comments

Comments
 (0)