Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Aug 23, 2024
1 parent d328450 commit f8c150f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/HummingbirdCompression/CompressedBodyWriter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ final class CompressedBodyWriter<ParentWriter: ResponseBodyWriter & Sendable>: R
}

extension ResponseBodyWriter {
/// Return ``ResponseBodyWriter`` that compresses the contents of this ResponseBodyWriter
/// Return ``Hummingbird/ResponseBodyWriter`` that compresses the contents of this ResponseBodyWriter
/// - Parameters:
/// - algorithm: Compression algorithm
/// - windowSize: Window size (in bytes) to use when compressing data
/// - logger: Logger used to output compression errors
/// - Returns: new ``ResponseBodyWriter``
/// - Returns: new ``Hummingbird/ResponseBodyWriter``
public func compressed(
algorithm: CompressionAlgorithm,
windowSize: Int,
Expand Down

0 comments on commit f8c150f

Please sign in to comment.