Skip to content

Commit 0c4083c

Browse files
committed
Fixed hyphenation mistake
1 parent 0f4ee01 commit 0c4083c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/P3444R0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ <h1 data-number="1" id="abstract"><span class="header-section-number">1</span> A
456456
<ol type="1">
457457
<li>Explore the viability of memory safety without lifetime
458458
parameters.</li>
459-
<li>Explain the infeasibility of making legacy lvalue and rvalue
460-
references memory safe.</li>
459+
<li>Explain the infeasibility of making legacy lvalue- and
460+
rvalue-references memory safe.</li>
461461
<li>Address common objections to safety models that use lifetime
462462
annotations.</li>
463463
</ol>

docs/draft-lifetimes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ <h1 data-number="1" id="abstract"><span class="header-section-number">1</span> A
456456
<ol type="1">
457457
<li>Explore the viability of memory safety without lifetime
458458
parameters.</li>
459-
<li>Explain the infeasibility of making legacy lvalue and rvalue
460-
references memory safe.</li>
459+
<li>Explain the infeasibility of making legacy lvalue- and
460+
rvalue-references memory safe.</li>
461461
<li>Address common objections to safety models that use lifetime
462462
annotations.</li>
463463
</ol>

lifetimes/P3444R0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toc: false
1414
This proposal describes the implementation of a memory-safe reference type that does not use lifetime annotations. The goal of the proposal is to:
1515

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

2020
# Safe references

lifetimes/draft-lifetimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toc: false
1414
This proposal describes the implementation of a memory-safe reference type that does not use lifetime annotations. The goal of the proposal is to:
1515

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

2020
# Safe references

0 commit comments

Comments
 (0)