Skip to content

Commit ce9c6a0

Browse files
authored
fix typo
1 parent 0512389 commit ce9c6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/system_error/error_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace std {
1313
## 概要
1414
`error_code`は、OSのAPIで発生するエラー値およびそのエラーメッセージを扱うクラスである。
1515
16-
このクラス主に、[`system_error`](system_error.md)例外クラスに付加する情報として使用する。
16+
このクラスは主に、[`system_error`](system_error.md)例外クラスに付加する情報として使用する。
1717
1818
1919
## メンバ関数

0 commit comments

Comments
 (0)