Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
umair-ably committed Aug 28, 2024
1 parent 41589f4 commit 71bc5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/include/Ably/ARTStatus.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// :nodoc:
typedef NS_ENUM(NSUInteger, ARTState) {
ARTStateOk NS_SWIFT_NAME(ok) = 0,
ARTStateConnectionClosedByClient NS_SWIFT_NAME(connetionClosedByClient),
ARTStateConnectionClosedByClient NS_SWIFT_NAME(connectionClosedByClient),
ARTStateConnectionDisconnected NS_SWIFT_NAME(connectionDisconnected),
ARTStateConnectionSuspended NS_SWIFT_NAME(connectionSuspended),
ARTStateConnectionFailed NS_SWIFT_NAME(connectionFailed),
Expand Down

0 comments on commit 71bc5ff

Please sign in to comment.