Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 269c6ce

Browse files
committedJan 4, 2012
merged branch lyrixx/patch-1 (PR #1)
Commits ------- 8ed4076 Fixed typo Discussion ---------- Fixed typo
2 parents 99c5c08 + 8ed4076 commit 269c6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎book/part1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ start with the simplest web application we can think of in PHP::
188188

189189
$input = $_GET['name'];
190190

191-
printf('Hello %s', $_GET['name']);
191+
printf('Hello %s', $input);
192192

193193
That's all for the first part of this series. Next time, we will introduce the
194194
HttpFoundation Component and see what it will brings us.

0 commit comments

Comments
 (0)
Please sign in to comment.