Skip to content

Commit 91d0631

Browse files
committed
Fix typo about two headers
1 parent 033c9fd commit 91d0631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacktrace.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>I. Motivation</h2>
5858
7# 0x00007F991FD69F45 in /lib/x86_64-linux-gnu/libc.so.6
5959
8# 0x0000000000401139
6060
</pre>
61-
<p>We propose two headers (<code>&lt;stacktrace&gt;</code> and <code>&lt;frame&gt;</code>), two classes (<code>template &lt;typename Allocator&gt;class basic_stacktrace</code> and <code>class frame</code>) and several functions for safe stack frames dump.</p>
61+
<p>We propose one header (<code>&lt;stacktrace&gt;</code>), two classes (<code>template &lt;typename Allocator&gt;class basic_stacktrace</code> and <code>class frame</code>) and several functions for safe stack frames dump.</p>
6262

6363
<!--<p>Current compilers can print a stack trace while debugging or crash dump for debugging purposes. The compiler's users also can get a stack trace via implementation-defined API. But there is no cross-platform solution (except Boost.Stacktrace on which this Proposal is based of).</p>
6464
<p>This is an attempt to solve the problem in a generic way on a library level and provide wording for thing being a standard de-facto on all compilers.</p>

0 commit comments

Comments
 (0)