Skip to content

Commit 6c8db43

Browse files
authored
Merge pull request Light-City#66 from weite-zhang/master
Update README.md
2 parents ccf8808 + 682b6ce commit 6c8db43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_content/decltype/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for (vectype i = vec.begin; i != vec.end(); i++)
4747
struct
4848
{
4949
int d ;
50-
doubel b;
50+
double b;
5151
}anon_s;
5252
```
5353

0 commit comments

Comments
 (0)