Skip to content

Commit 45e6272

Browse files
committed
Fix a typo (thanks Jonathan Wakely)
1 parent ffa4bbc commit 45e6272

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

papers/p3395.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This paper proposes making `std::error_code` formattable using the formatting
3232
facility introduced in C++20 (`std::format`) and fixes encoding issues in the
3333
underlying API ([[LWG4156]]).
3434

35-
Changes since R2 {#changes1}
35+
Changes since R2 {#changes2}
3636
================
3737

3838
- Added a reference to [[P2930]] and how it differs from the current proposal.
@@ -357,7 +357,7 @@ error category.
357357
virtual string message(int ev) const = 0;
358358
```
359359

360-
*Returns*: A string <ins>of multibyte characters in the executon character
360+
*Returns*: A string <ins>of multibyte characters in the execution character
361361
set</ins> that describes the error condition denoted by `ev`.
362362

363363
Implementation {#impl}

papers/p3395.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@
15631563
</style>
15641564
<meta content="Bikeshed version 4416b18d5, updated Tue Jan 2 15:52:39 2024 -0800" name="generator">
15651565
<link href="https://isocpp.org/favicon.ico" rel="icon">
1566-
<meta content="be77cdbbdbc07ba23a7695dbcc08f5a31338ad8f" name="revision">
1566+
<meta content="ffa4bbcf62ea6e9cab438f2e0b9a8d68ffa82427" name="revision">
15671567
<style type="text/css">
15681568
td {
15691569
vertical-align: middle;
@@ -2117,8 +2117,8 @@ <h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span cla
21172117
<h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
21182118
<ol class="toc" role="directory">
21192119
<li><a href="#intro"><span class="secno">1</span> <span class="content">Introduction</span></a>
2120-
<li><a href="#changes1"><span class="secno">2</span> <span class="content">Changes since R2</span></a>
2121-
<li><a href="#changes1"><span class="secno">3</span> <span class="content">Changes since R1</span></a>
2120+
<li><a href="#changes2"><span class="secno">2</span> <span class="content">Changes since R2</span></a>
2121+
<li><a href="#changes1"><span class="secno">3</span> <span class="content">Changes since R1</span></a>
21222122
<li><a href="#changes0"><span class="secno">4</span> <span class="content">Changes since R0</span></a>
21232123
<li><a href="#polls"><span class="secno">5</span> <span class="content">Polls</span></a>
21242124
<li><a href="#motivation"><span class="secno">6</span> <span class="content">Motivation</span></a>
@@ -2138,12 +2138,12 @@ <h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </s
21382138
<p>This paper proposes making <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>error_code</c-></code> formattable using the formatting
21392139
facility introduced in C++20 (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code>) and fixes encoding issues in the
21402140
underlying API (<a data-link-type="biblio" href="#biblio-lwg4156" title="`error_category` messages have unspecified encoding">[LWG4156]</a>).</p>
2141-
<h2 class="heading settled" data-level="2" id="changes1"><span class="secno">2. </span><span class="content">Changes since R2</span><a class="self-link" href="#changes1"></a></h2>
2141+
<h2 class="heading settled" data-level="2" id="changes2"><span class="secno">2. </span><span class="content">Changes since R2</span><a class="self-link" href="#changes2"></a></h2>
21422142
<ul>
21432143
<li data-md>
21442144
<p>Added a reference to <a data-link-type="biblio" href="#biblio-p2930" title="Formatter specializations for the standard library">[P2930]</a> and how it differs from the current proposal.</p>
21452145
</ul>
2146-
<h2 class="heading settled" data-level="3" id="changes1"><span class="secno">3. </span><span class="content">Changes since R1</span><a class="self-link" href="#changes1"></a></h2>
2146+
<h2 class="heading settled" data-level="3" id="changes1"><span class="secno">3. </span><span class="content">Changes since R1</span><a class="self-link" href="#changes1"></a></h2>
21472147
<ul>
21482148
<li data-md>
21492149
<p>Added a debug format to avoid ambiguity when formatting error codes in maps.</p>
@@ -2319,7 +2319,7 @@ <h2 class="heading settled" data-level="9" id="wording"><span class="secno">9. <
23192319
</pre>
23202320
<p>
23212321
<em>Returns</em>: A string
2322-
<ins>of multibyte characters in the executon character
2322+
<ins>of multibyte characters in the execution character
23232323
set</ins>
23242324
that describes the error condition denoted by <code class="highlight"><c- n>ev</c-></code>.
23252325
</p>

0 commit comments

Comments
 (0)