We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea6369 commit b699713Copy full SHA for b699713
src/main/scala/com/fulcrumgenomics/util/Sequences.scala
@@ -116,7 +116,7 @@ object Sequences {
116
* @return the number of mismatches between the two sequences, or `max`, whichever is smaller
117
* @throws java.lang.ArrayIndexOutOfBoundsException if `s1` and `s2` have different lengths
118
* @note '''Preconditions (caller must ensure):'''
119
- * - `s1.length == s2.length` (required - undefined behavior if violated)
+ * - `s1.length == s2.length` (required)
120
* - `max >= 0` (required - undefined behavior if violated)
121
* */
122
@inline
0 commit comments