Skip to content

Commit f9994d6

Browse files
committed
[docs] Minor change to TarWriter documentation
1 parent 13a7da9 commit f9994d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/TAR/TarWriter.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import Foundation
2424
try writer.finalize()
2525
try handle.close()
2626
```
27-
Note that `TarWriter.finalize()` must be called after finishing appending entries to the container. However, closing
28-
the `FileHandle` remains the responsibility of the caller.
27+
Note that `TarWriter.finalize()` must be called after finishing appending entries to the container. In addition,
28+
closing the `FileHandle` remains the responsibility of the caller.
2929

3030
- Important: Due to the API availability limitations of Foundation's `FileHandle`, on certain platforms errors in
3131
`FileHandle` operations may result in unrecoverable runtime failures due to unhandled Objective-C exceptions (which are

0 commit comments

Comments
 (0)