Skip to content

Commit 942ab1a

Browse files
committed
fixed declaration of file.md
1 parent d0cd3b9 commit 942ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/cstdio/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
```cpp
77
namespace std {
8-
typedef /* unspecified */ FILE;
8+
using FILE = /* unspecified */;
99
}
1010
```
1111

0 commit comments

Comments
 (0)