Skip to content

Commit 8e71d07

Browse files
committed
NGワードチェック : std::range:: → std::ranges:: を追加
1117ef2
1 parent ef3c242 commit 8e71d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/script/ngword_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
("", "protmise_type", "promise_type"),
1919
("", "pvalue", "prvalue"),
2020
("", "repear", "repeat"),
21+
("", "std::range::", "std::ranges::"),
2122
("", "swtich", "switch"),
2223
("", "voaltile", "volatile"),
2324
("", "子ルーチン", "コルーチン"),

0 commit comments

Comments
 (0)