Skip to content

Commit 9fa13e1

Browse files
authored
Merge pull request #79 from michaellenahan/patch-2
Grammar
2 parents a99983a + 7323209 commit 9fa13e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/database-read/problem/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ foreach ($pdo->query('SELECT * FROM users') as $row) {
4545

4646
You should use prepared statements to perform the updating. You should be most interested in the `prepare` and `execute` methods.
4747

48-
Remember the first argument will be the programs file path and not an argument passed to the program.
48+
Remember the first argument will be the program's file path and not an argument passed to the program.
4949

5050
----------------------------------------------------------------------

0 commit comments

Comments
 (0)