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

View File

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