Skip to content

Commit

Permalink
fix wrong codelink namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Aug 26, 2024
1 parent 3bd93d2 commit 2e5b8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LZ77/Inflator/LZ77.StreamHeaderError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extension LZ77
///
/// The header check bits should not be confused with the modular redundancy checksum,
/// which corresponds to the
/// ``PNG.DecompressionError.invalidStreamChecksum(declared:computed:)`` error.
/// ``DecompressionError.invalidStreamChecksum(declared:computed:)`` error.
case invalidCheckBits

/// A compressed data stream contains a stream dictionary, which is not allowed in a
Expand Down

0 comments on commit 2e5b8fa

Please sign in to comment.