Skip to content

Commit

Permalink
chore: remove '
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Apr 11, 2024
1 parent 784c1c9 commit d30ddb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public interface BlobWriteSession {
* <p>Upon calling {@link WritableByteChannel#close()} the object creation will be finalized, and
* {@link #getResult()}s future should resolve.
*
* <p>The returned {@code WritableByteChannel} can throw IOExceptions from any of it's usual
* <p>The returned {@code WritableByteChannel} can throw IOExceptions from any of its usual
* methods. Any {@link IOException} thrown can have a cause of a {@link StorageException}.
* However, not all {@code IOExceptions} will have {@code StorageException}s.
*
Expand Down

0 comments on commit d30ddb0

Please sign in to comment.