Skip to content

Commit 5603611

Browse files
committed
C++バージョンのバッジのtypoを修正
1 parent e2af656 commit 5603611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def __init__(self, md):
125125
},
126126
'cpp14removed': {
127127
'class_name': 'cpp14removed text-danger',
128-
'title': 'C++11で削除',
129-
'text': '(C++11で削除)',
128+
'title': 'C++14で削除',
129+
'text': '(C++14で削除)',
130130
},
131131
'cpp17deprecated': {
132132
'class_name': 'cpp17deprecated text-warning',

0 commit comments

Comments
 (0)