Skip to content

Commit bc4ff8f

Browse files
BillyWooochangkun
authored andcommitted
book/03-runtime: typo (changkun#89)
1 parent 04420e8 commit bc4ff8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/zh-cn/03-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void lambda_reference_capture() {
7777
- \[\] 空捕获列表
7878
- \[name1, name2, ...\] 捕获一系列变量
7979
- \[&\] 引用捕获, 让编译器自行推导捕获列表
80-
- \[=\] 值捕获, 让编译器执行推导应用列表
80+
- \[=\] 值捕获, 让编译器执行推导引用列表
8181

8282
**4. 表达式捕获**
8383

0 commit comments

Comments
 (0)