diff mbox series

[pushed] wwwdocs: gcc-15: Mark up static_assert as <code>

Message ID 20240804103746.D283933E8D@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-15: Mark up static_assert as <code> | expand

Commit Message

Gerald Pfeifer Aug. 4, 2024, 10:37 a.m. UTC
A minor markup change.

Pushed.

Gerald

---
 htdocs/gcc-15/changes.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 2fd7aa90..bfd98496 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -75,9 +75,9 @@  a work-in-progress.</p>
 <h3 id="cxx">C++</h3>
 
 <ul>
-	<li>Inline assembler statements now support
-	<a href="https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html"><code>constexpr</code> generated strings</a>,
-	  analoguous to static_assert.</li>
+  <li>Inline assembler statements now support
+    <a href="https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html"><code>constexpr</code> generated strings</a>,
+    analoguous to <code>static_assert</code>.</li>
   <li>
     <!-- commit r15-2117-g313afcfdabeab3 -->
     Qualified name lookup failure into the current instantiation, e.g.