Skip to content

Commit

Permalink
typo in html fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
listochkin committed Jun 22, 2023
1 parent 81fde71 commit 9d7b0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training-slides/src/lifetimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Where can the returned <code>&str</code> come from?
<ul>
<li class="fragment">can't be local data</li>
<li class="fragment">is not marked as <code>'static</code></li>
<li class="fragment"><strong>Conclusion: must come from <code>s</code>!</strong</li>
<li class="fragment"><strong>Conclusion: must come from <code>s</code>!</strong></li>
</ul>

## Multiple sources
Expand All @@ -109,7 +109,7 @@ Where can the returned <code>&str</code> come from?
<ul>
<li class="fragment">is not marked as <code>'static</code></li>
<li class="fragment">should it be <code>s1</code> or <code>s2</code>?</li>
<li class="fragment"><strong>Ambiguous. Should ask programmer for help!</strong</li>
<li class="fragment"><strong>Ambiguous. Should ask programmer for help!</strong></li>
</ul>

## Tag system
Expand Down

0 comments on commit 9d7b0b8

Please sign in to comment.