Skip to content

Commit cdd2573

Browse files
committed
表の表示崩れを修正
1 parent 16242c5 commit cdd2573

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/fstream/basic_filebuf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Cの`FILE*`に対する入出力関数を使って実装される。
5151
5252
### 環境固有の情報
5353
54-
| 名前 | 説明 対応バージョン |
54+
| 名前 | 説明 | 対応バージョン |
5555
|-----|------|--------------|
5656
| [`native_handle()`](basic_filebuf/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
5757

reference/fstream/basic_fstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace std {
3434
3535
### ネイティブハンドルの取得
3636
37-
| 名前 | 説明 対応バージョン |
37+
| 名前 | 説明 | 対応バージョン |
3838
|-----|------|--------------|
3939
| [`native_handle()`](basic_fstream/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
4040

reference/fstream/basic_ifstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace std {
3535
3636
### ネイティブハンドルの取得
3737
38-
| 名前 | 説明 対応バージョン |
38+
| 名前 | 説明 | 対応バージョン |
3939
|-----|------|--------------|
4040
| [`native_handle()`](basic_ifstream/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
4141

reference/fstream/basic_ofstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace std {
3535
3636
### ネイティブハンドルの取得
3737
38-
| 名前 | 説明 対応バージョン |
38+
| 名前 | 説明 | 対応バージョン |
3939
|-----|------|--------------|
4040
| [`native_handle()`](basic_ofstream/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
4141

0 commit comments

Comments
 (0)