Skip to content

Commit 6010481

Browse files
committed
GLOBAL_DEFINED_WORDS: EB に倣い UB も英名を表記
1 parent 82d6360 commit 6010481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GLOBAL_DEFINED_WORDS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"未定義の動作": {
1313
"link": "/implementation-compliance.md#dfn-undefined-behavior",
1414
"yomi": "みていぎのどうさ",
15-
"desc": "処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外"
15+
"desc": "処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。"
1616
},
1717
"未定義動作": { "redirect": "未定義の動作", "yomi": "みていぎどうさ" },
1818
"未定義": { "redirect": "未定義の動作", "yomi": "みていぎ" },

0 commit comments

Comments
 (0)