Skip to content

Commit 78fabf6

Browse files
committed
Merge pull request DesignPatternsPHP#214 from michaelachrisco/patch-1
Spelling over Test case
2 parents 114adf6 + 0870927 commit 78fabf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Structural/Composite/Tests/CompositeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public function testRender()
2323
}
2424

2525
/**
26-
* The all point of this pattern, a Composite must inherit from the node
27-
* if you want to builld trees.
26+
* The point of this pattern, a Composite must inherit from the node
27+
* if you want to build trees.
2828
*/
2929
public function testFormImplementsFormEelement()
3030
{

0 commit comments

Comments
 (0)