Skip to content

Commit 033c9fd

Browse files
committed
Fix number in changes paragraph
1 parent 0ee0499 commit 033c9fd

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
@@ -32,7 +32,7 @@
3232
<address>Date: 2017-12-12</address>
3333
<h1>A Proposal to add stack trace library</h1>
3434

35-
<span class='changed-added'>Significant changes to <a href="http://github.com/leha-bot/cpp-stacktrace-proposal">P????R?</a> are marked with blue.</span> <button onclick="show_hide_deleted()">Show/Hide deleted lines from P????R?</button>
35+
<span class='changed-added'>Significant changes to <a href="http://github.com/leha-bot/cpp-stacktrace-proposal">D0881R?</a> are marked with blue.</span> <button onclick="show_hide_deleted()">Show/Hide deleted lines from D0881R?</button>
3636
<p class='notes'>Green lines are notes for the <b>editor</b> or for the <b>SG14</b> that must not be treated as part of the wording.</p>
3737
<h2>I. Motivation</h2>
3838
<p>At this time there is no standard solution to get the calls sequence that results in unhandled exception, std::terminate or assertion failure. That sequence is widely used in another programming languages (like Java, C#, Python) for debugging and post mortem debugging.

0 commit comments

Comments
 (0)