Skip to content

Commit

Permalink
NGワードチェック : std::range:: → std::ranges:: を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Sep 29, 2023
1 parent ef3c242 commit 8e71d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/script/ngword_check.py
Expand Up @@ -18,6 +18,7 @@
("", "protmise_type", "promise_type"),
("", "pvalue", "prvalue"),
("", "repear", "repeat"),
("", "std::range::", "std::ranges::"),
("", "swtich", "switch"),
("", "voaltile", "volatile"),
("", "子ルーチン", "コルーチン"),
Expand Down

0 comments on commit 8e71d07

Please sign in to comment.