Skip to content

Commit 229a9f9

Browse files
committed
Merge pull request #62 from jpswelch/patch-1
Update traversing-pages.rst
2 parents 57971b9 + e974b8f commit 229a9f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/traversing-pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ search with this query:
141141
142142
$escapedValue = $session->getSelectorsHandler()->xpathLiteral('Go to top');
143143
144-
$topLink = $page->find('named', array('link', $escapedValue);
144+
$topLink = $page->find('named', array('link', $escapedValue));
145145
146146
.. caution::
147147

0 commit comments

Comments
 (0)