Skip to content

Commit 30722ca

Browse files
committed
Avoid giving a note a paragraph number
1 parent d95f65f commit 30722ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

general.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ <h1>Namespaces and headers</h1>
5252
experimental and not part of the C++ Standard Library, they should not be
5353
declared directly within namespace <code>std</code>. Unless otherwise specified, all
5454
components described in this Technical Specification are declared in namespace
55-
<code>std::experimental::parallel</code>. <p>
55+
<code>std::experimental::parallel</code>.</p>
5656

5757
<cxx-note>
5858
Once standardized, the components described by this Technical Specification are expected to be promoted to namespace <code>std</code>.
59-
</cxx-note><p>
59+
</cxx-note>
6060

6161
<p>Unless otherwise specified, references to such entities described in this
6262
Technical Specification are assumed to be qualified with

0 commit comments

Comments
 (0)