Skip to content

Commit 51f1092

Browse files
Fix typos in README.md
1 parent 24d49a2 commit 51f1092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05-misc/05-sqlite/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To talk to your database via Go, there's some steps you need to take in order:
143143

144144
## Assignment
145145

146-
In this assignment, we will create a Go program that's able to write and write to the database. We will go all the way from creating the database with the console to writing the Go code needed.
146+
In this assignment, we will create a Go program that's able to read and write to the database. We will go all the way from creating the database with the console to writing the Go code needed.
147147

148148
### Create the database and populate it
149149

@@ -261,7 +261,7 @@ Next, we will add a function capable of reading data.
261261
}
262262
```
263263

264-
Not the usage of `Scan()` and variables being sent in as references so the response is written to them.
264+
Note the usage of `Scan()` and variables being sent in as references so the response is written to them.
265265

266266
### Create data
267267

0 commit comments

Comments
 (0)