We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0512389 commit ce9c6a0Copy full SHA for ce9c6a0
reference/system_error/error_code.md
@@ -13,7 +13,7 @@ namespace std {
13
## 概要
14
`error_code`は、OSのAPIで発生するエラー値およびそのエラーメッセージを扱うクラスである。
15
16
-このクラス主に、[`system_error`](system_error.md)例外クラスに付加する情報として使用する。
+このクラスは主に、[`system_error`](system_error.md)例外クラスに付加する情報として使用する。
17
18
19
## メンバ関数
0 commit comments