Skip to content

Commit

Permalink
Try to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo committed Dec 17, 2024
1 parent d050010 commit e57de80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/NIOCore/Channel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ public protocol Channel: AnyObject, ChannelOutboundInvoker, _NIOPreconcurrencySe
///
/// - Important: This future will never be failed, as it signals when the channel has been closed, and this action cannot fail.
/// If you are interested in any errors thrown during `close` to diagnose any unclean channel closures, you
/// should instead use the future returned from ``close(mode:file:line:)`` or pass a promise via
/// ``close(mode:promise:)``.
/// should instead use the future returned from ``Channel/close(mode:file:line:)`` or pass a promise via
/// ``Channel/close(mode:promise:)``.
var closeFuture: EventLoopFuture<Void> { get }

/// The `ChannelPipeline` which handles all I/O events and requests associated with this `Channel`.
Expand Down

0 comments on commit e57de80

Please sign in to comment.