Skip to content

Commit

Permalink
tar-eio: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robur-team committed Jan 3, 2024
1 parent 9ff6839 commit 736c2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eio/tar_eio.mli
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ val header_of_file :
Tar.Header.t

module HeaderReader : Tar.HEADERREADER with type in_channel = Eio.Flow.source and type 'a io = 'a
module HeaderWriter : Tar.HEADERWRITER with type our_channel = Eio.Flow.sink and type 'a io = 'a
module HeaderWriter : Tar.HEADERWRITER with type out_channel = Eio.Flow.sink and type 'a io = 'a

0 comments on commit 736c2e4

Please sign in to comment.