Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Jul 4, 2024
1 parent 416e701 commit a565983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NIOPosix/Errors+Any.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ extension ChannelError {

extension EventLoopError {
static let _shutdown: any Error = EventLoopError.shutdown
static let _unsupportedOperation: any Error = EventLoopError._unsupportedOperation
static let _unsupportedOperation: any Error = EventLoopError.unsupportedOperation
}

0 comments on commit a565983

Please sign in to comment.