Skip to content

Commit

Permalink
Fix typo in comment in WebSocketErrorCodes.swift (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan authored Aug 5, 2024
1 parent 27cab33 commit d62a876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NIOWebSocket/WebSocketErrorCodes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum WebSocketErrorCode: Sendable {
/// Corresponds to code 1000.
case normalClosure

/// Ondicates that an endpoint is "going away", such as a server
/// Indicates that an endpoint is "going away", such as a server
/// going down or a browser having navigated away from a page.
/// Corresponds to code 1001.
case goingAway
Expand Down

0 comments on commit d62a876

Please sign in to comment.