Skip to content

Commit 16242c5

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

reference/fstream/basic_filebuf.md

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

reference/fstream/basic_fstream.md

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

reference/fstream/basic_ifstream.md

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

reference/fstream/basic_ofstream.md

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

0 commit comments

Comments
 (0)