Skip to content

Commit d213820

Browse files
fnothaftheuermh
authored andcommitted
Fixing issue with RI algorithm formatting.
1 parent 4c2e806 commit d213820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/algorithms/ri.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ described in the hull set merging algorithm.
7676
\text{else}& \\
7777
&mergeItem \leftarrow (\text{last}(first) \cup \text{head}(second)) \\
7878
&mergeSet \leftarrow \text{allButLast}(first) \cup mergeItem \\
79-
&trimSecond \leftarrow$ \text{allButFirst}($second$) \\
79+
&trimSecond \leftarrow \text{allButFirst}(second) \\
8080
&\text{return mergeTargetSets}(mergeSet, trimSecond)
8181
8282
The set returned by this function is used as an index for mapping reads

0 commit comments

Comments
 (0)