Update README.md

This commit is contained in:
Weite Zhang 2020-08-14 08:11:56 -04:00 committed by GitHub
parent bb139ef419
commit 682b6ce7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ for (vectype i = vec.begin; i != vec.end(); i++)
struct
{
int d ;
doubel b;
double b;
}anon_s;
```