Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 942f436

Browse files
committed
Merge pull request #246 from tecnocat/patch-1
Copy paste typo error
2 parents fe1bbbc + 7eb6134 commit 942f436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// print the title of the current page
3535
echo "The title is " . $driver->getTitle() . "'\n";
3636

37-
// print the title of the current page
37+
// print the URI of the current page
3838
echo "The current URI is " . $driver->getCurrentURL() . "'\n";
3939

4040
// Search 'php' in the search box

0 commit comments

Comments
 (0)