Skip to content

Commit 3aec3d6

Browse files
Update reference/cstdio/fpos_t.md
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
1 parent 5050bbe commit 3aec3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/cstdio/fpos_t.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-
using fpos_t = /* implementation-defined */;
8+
using fpos_t = implementation-defined;
99
}
1010
```
1111

0 commit comments

Comments
 (0)