Skip to content

Commit

Permalink
Merge pull request #21 from ariel-miculas/fix_year
Browse files Browse the repository at this point in the history
doc: fix year in fastcdc::v2020
  • Loading branch information
nlfiedler authored Feb 10, 2023
2 parents f902854 + 8f67aaa commit bcf405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2020/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ pub struct ChunkData {
}

///
/// The FastCDC chunker implementation from 2016 with streaming support.
/// The FastCDC chunker implementation from 2020 with streaming support.
///
/// Use `new` to construct an instance, and then iterate over the `ChunkData`s
/// via the `Iterator` trait.
Expand Down

0 comments on commit bcf405d

Please sign in to comment.