Skip to content

Commit dc770a0

Browse files
committed
fix: typo
1 parent ca70db6 commit dc770a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/fulcrumgenomics/umi/CorrectUmis.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ object CorrectUmis {
134134
|using a cache, set the value to `0`.
135135
|
136136
|The reverse complement (using `--revcomp`) option will reverse complement the UMI in place. In the case of
137-
|multiple UMIs concatenated together, the individual UMIs are reverse complement, and the order
137+
|multiple UMIs concatenated together, the individual UMIs are reverse complemented and the order
138138
|reversed (eg. `AAGG-ACTG` is changed to `CAGT-CCTT`).
139139
""")
140140
class CorrectUmis

0 commit comments

Comments
 (0)