Skip to content

Commit 02d6ffa

Browse files
authored
Update README.md
1 parent 65c507d commit 02d6ffa

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
@@ -99,7 +99,7 @@ int && RvalRef();
9999
const bool Func(int);
100100

101101
//规则一:推导为其类型
102-
decltype (arr) var1; //int 标记符表达式
102+
decltype (arr) var1; //int[] 标记符表达式
103103

104104
decltype (ptr) var2;//int * 标记符表达式
105105

0 commit comments

Comments
 (0)