Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkalnik committed Jan 21, 2022
1 parent 1a55090 commit 1a3a9cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed class CallError
public data class HttpError(val code: Int, val body: String) : CallError()

/**
* IO error: no network, socket timeout, malformed JSON etc. Check the [cause] for details.
* IO error: no network, socket timeout etc. Check the [cause] for details.
*/
public data class IOError(val cause: IOException) : CallError()

Expand Down

0 comments on commit 1a3a9cd

Please sign in to comment.