Skip to content

Commit 9a7d1ee

Browse files
committed
typo
1 parent 9a1e6ac commit 9a7d1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ For example, if the data in memory is real64, but it's desired to write real32 t
231231

232232
```fortran
233233
real(real64) :: darr(3,4,5)
234-
type(h5fortran) :: h
234+
type(hdf5_file) :: h
235235
236236
call h % open("myfile.h5", action="w")
237237

0 commit comments

Comments
 (0)