Skip to content

Commit 9cbc314

Browse files
committed
It's <cxx-postconditions>, not <cxx-postcondition>.
Filed cplusplus/html-doc-framework#12.
1 parent 2b0f619 commit 9cbc314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optional.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ <h1>Class <code>bad_optional_access</code></h1>
533533
<cxx-signature>bad_optional_access();</cxx-signature>
534534

535535
<cxx-effects>Constructs an object of class <code>bad_optional_access</code>.</cxx-effects>
536-
<cxx-postcondition><code>what()</code> returns an implementation-defined NTBS.</cxx-postcondition>
536+
<cxx-postconditions><code>what()</code> returns an implementation-defined NTBS.</cxx-postconditions>
537537
</cxx-function>
538538
</cxx-section>
539539

0 commit comments

Comments
 (0)