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

Skip to content

Commit 7677d61

Browse files
committed
Typo in TemplateMethod/Journey.php comment
sbclasses -> Subclasses
1 parent edcc74b commit 7677d61

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)