Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphrasiologist committed Jun 28, 2022
1 parent 2d24521 commit 36f52a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/gfatk/gfa/gfa.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@
);

<span class="kw">let</span> <span class="ident">overlap</span> <span class="op">=</span> <span class="kw-2">*</span><span class="ident">link_map</span>.<span class="ident">get</span>(<span class="kw-2">&amp;</span><span class="ident">cigar_match</span>).<span class="ident">context</span>(<span class="macro">format!</span>(
<span class="string">&quot;This link: {} - does not occur in the input GFA. Perhaps re-consider the input path?&quot;</span>,
<span class="string">&quot;\nError: This link: {} - does not occur in the input GFA. Perhaps re-consider the input path?&quot;</span>,
<span class="ident">cigar_match</span>
))<span class="question-mark">?</span>;

Expand Down

0 comments on commit 36f52a9

Please sign in to comment.