Skip to content

Commit bcfe18a

Browse files
Merge pull request #942 from cpprefjp/fix-link-on-basic_ofstream
basic_ofstream から basic_ostream へのリンクが死んでいるのを修正
2 parents 72819fb + e2fb26f commit bcfe18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/fstream/basic_ofstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace std {
1313
}
1414
```
1515
* char_traits[link /reference/string/char_traits.md]
16-
* basic_istream[link /reference/istream/basic_istream.md]
16+
* basic_ostream[link /reference/ostream/basic_ostream.md]
1717
1818
## 概要
1919

0 commit comments

Comments
 (0)