Merge pull request #66 from weite-zhang/master

Update README.md
This commit is contained in:
Francis 2020-08-23 12:50:38 +08:00 committed by GitHub
commit 6c8db43f17
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;
```