Skip to content

Commit 2659a5f

Browse files
saukymoShaobo Liu
and
Shaobo Liu
authored
book: add missing result (#291)
Co-authored-by: Shaobo Liu <shaobo@apple.com>
1 parent af45678 commit 2659a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/zh-cn/02-usability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ enum class new_enum : unsigned int {
963963
964964
```cpp
965965
if (new_enum::value3 == new_enum::value4) {
966-
// 会输出
966+
// 会输出true
967967
std::cout << "new_enum::value3 == new_enum::value4" << std::endl;
968968
}
969969
```

0 commit comments

Comments
 (0)