Skip to content

Commit

Permalink
Fixed hyphenation mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbaxter committed Oct 14, 2024
1 parent 0f4ee01 commit 0c4083c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/P3444R0.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ <h1 data-number="1" id="abstract"><span class="header-section-number">1</span> A
<ol type="1">
<li>Explore the viability of memory safety without lifetime
parameters.</li>
<li>Explain the infeasibility of making legacy lvalue and rvalue
references memory safe.</li>
<li>Explain the infeasibility of making legacy lvalue- and
rvalue-references memory safe.</li>
<li>Address common objections to safety models that use lifetime
annotations.</li>
</ol>
Expand Down
4 changes: 2 additions & 2 deletions docs/draft-lifetimes.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ <h1 data-number="1" id="abstract"><span class="header-section-number">1</span> A
<ol type="1">
<li>Explore the viability of memory safety without lifetime
parameters.</li>
<li>Explain the infeasibility of making legacy lvalue and rvalue
references memory safe.</li>
<li>Explain the infeasibility of making legacy lvalue- and
rvalue-references memory safe.</li>
<li>Address common objections to safety models that use lifetime
annotations.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion lifetimes/P3444R0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ toc: false
This proposal describes the implementation of a memory-safe reference type that does not use lifetime annotations. The goal of the proposal is to:

1. Explore the viability of memory safety without lifetime parameters.
2. Explain the infeasibility of making legacy lvalue and rvalue references memory safe.
2. Explain the infeasibility of making legacy lvalue- and rvalue-references memory safe.
3. Address common objections to safety models that use lifetime annotations.

# Safe references
Expand Down
2 changes: 1 addition & 1 deletion lifetimes/draft-lifetimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ toc: false
This proposal describes the implementation of a memory-safe reference type that does not use lifetime annotations. The goal of the proposal is to:

1. Explore the viability of memory safety without lifetime parameters.
2. Explain the infeasibility of making legacy lvalue and rvalue references memory safe.
2. Explain the infeasibility of making legacy lvalue- and rvalue-references memory safe.
3. Address common objections to safety models that use lifetime annotations.

# Safe references
Expand Down

0 comments on commit 0c4083c

Please sign in to comment.