Skip to content

Commit 1c3f8c2

Browse files
zouquan741sniperzou
authored and
sniperzou
committed
typo fix
1 parent 7b17051 commit 1c3f8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main() {
7070
}
7171

7272
// selects the count(*) from user table
73-
// note that you can extract a single culumn single row result only to : int,long,long long,float,double,string,u16string
73+
// note that you can extract a single column single row result only to : int,long,long long,float,double,string,u16string
7474
int count = 0;
7575
db << "select count(*) from user" >> count;
7676
cout << "cout : " << count << endl;

0 commit comments

Comments
 (0)