Skip to content

Commit ef98bb0

Browse files
committed
コードブロックに言語指定
1 parent d7c766e commit ef98bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/cpp26/structured_bindings_can_introduce_a_pack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ auto dot_product(P p, Q q) {
8181

8282
C++26の場合:
8383

84-
```
84+
```cpp
8585
template <class P, class Q>
8686
auto dot_product(P p, Q q) {
8787
// applyが必要なくなる

0 commit comments

Comments
 (0)