Skip to content

Commit 5fe8ba9

Browse files
authored
Merge pull request #80 from michaellenahan/patch-3
Remove period
2 parents 4956b46 + ba14a9c commit 5fe8ba9

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
@@ -2,7 +2,7 @@ Write a program that receives a database connection string (DSN). Connect to the
22

33
Display the information of all the users in the database table `users` who's age is over 30. Print out each row on a new line formatted like:
44

5-
`User: Jim Morrison Age: 27 Sex: male`.
5+
`User: Jim Morrison Age: 27 Sex: male`
66

77
Finally you will be given a random name as the second argument to your program, you should update the row in the `users` table which corresponds to this name. You should change the name to `David Attenborough`.
88

0 commit comments

Comments
 (0)