Skip to content

Commit 8921fce

Browse files
authored
chore: Update comment in Connection.ios.kt
1 parent 636937c commit 8921fce

File tree

1 file changed

+2
-2
lines changed
  • privmx-endpoint/src/iosMain/kotlin/com/simplito/kotlin/privmx_endpoint/modules/core

1 file changed

+2
-2
lines changed

privmx-endpoint/src/iosMain/kotlin/com/simplito/kotlin/privmx_endpoint/modules/core/Connection.ios.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ actual class Connection private constructor() : AutoCloseable {
209209
try {
210210
disconnect()
211211
} catch (e: PrivmxException) {
212-
//if endpoint not throw exception about disconnected state
212+
//if PrivMX Endpoint doesn’t throw exception about disconnected state
213213
if (e.getCode() != 131073u) throw e
214214
}
215215
privmx_endpoint_freeConnection(nativeConnection.value)
216216
_nativeConnection.value = null
217217
}
218-
}
218+
}

0 commit comments

Comments
 (0)