Skip to content

Commit b699713

Browse files
committed
nit
1 parent 7ea6369 commit b699713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/fulcrumgenomics/util/Sequences.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ object Sequences {
116116
* @return the number of mismatches between the two sequences, or `max`, whichever is smaller
117117
* @throws java.lang.ArrayIndexOutOfBoundsException if `s1` and `s2` have different lengths
118118
* @note '''Preconditions (caller must ensure):'''
119-
* - `s1.length == s2.length` (required - undefined behavior if violated)
119+
* - `s1.length == s2.length` (required)
120120
* - `max >= 0` (required - undefined behavior if violated)
121121
* */
122122
@inline

0 commit comments

Comments
 (0)