Skip to content

Commit 68e4305

Browse files
author
Nate Kohl
committed
typo in fstream dotfile
1 parent 6ba3b76 commit 68e4305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/std-basic_fstream-inheritance.dot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ digraph inheritance {
2525
URL="cpp/io/basic_istream"
2626
];
2727
ost [
28-
label = <basic_istream<br/><font color="#808080">&lt;CharT, Traits&gt;</font>>,
28+
label = <basic_ostream<br/><font color="#808080">&lt;CharT, Traits&gt;</font>>,
2929
tooltip = "std::basic_ostream",
3030
URL="cpp/io/basic_ostream"
3131
];

0 commit comments

Comments
 (0)