Skip to content

Commit a2c90ba

Browse files
committed
resolve changkun#23, fix typo error
1 parent ec3e0e6 commit a2c90ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/zh-cn/01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ InstalledDir: /Library/Developer/CommandLineTools/usr/bin
2323
char *str = "hello world!"; // 将出现弃用警告
2424
```
2525

26-
- **C++98 异常说明、 `unexcepted_handler`、`set_unexpected()` 等相关特性被弃用,应该使用 `noexcept`。**
26+
- **C++98 异常说明、 `unexpected_handler`、`set_unexpected()` 等相关特性被弃用,应该使用 `noexcept`。**
2727

2828
- **`auto_ptr` 被弃用,应使用 `unique_ptr`。**
2929

0 commit comments

Comments
 (0)