Skip to content

Commit

Permalink
Merge pull request #93 from Gaura/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rob-p committed Dec 1, 2022
2 parents a77c96e + 92f72ed commit 0ee8c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellfilter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fn populate_unfiltered_barcode_map<T: Read>(
assert_eq!(
*first_bclen,
l.len(),
"found barcodes of different lenghts {} and {}",
"found barcodes of different lengths {} and {}",
*first_bclen,
l.len()
);
Expand Down

0 comments on commit 0ee8c60

Please sign in to comment.