Skip to content

Commit 3402f57

Browse files
authored
Merge pull request thesoftwarefanatics#18 from IamSAB/master
Fix typo
2 parents 402f2e5 + f478d63 commit 3402f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPHtmlParser/Dom/InnerNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function nextChild($id)
201201
*/
202202
public function previousChild($id)
203203
{
204-
$child = $this->getchild($id);
204+
$child = $this->getChild($id);
205205
$next = $this->children[$child->id()]['prev'];
206206

207207
return $this->getChild($next);

0 commit comments

Comments
 (0)