Skip to content

Commit 911f801

Browse files
committed
Fix sub-heading levels
1 parent 24da6b9 commit 911f801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/cstdio.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int printf(const char* format, Dec... values) noexcept;
2828
} //namespace boost
2929
----
3030

31-
=== Type Modifiers
31+
== Type Modifiers
3232

3333
The type modifiers to be used are:
3434

@@ -45,7 +45,7 @@ The remaining specifications of cstdio are the same as usual:
4545

4646
NOTE: The uppercase format will return with all applicable values in uppercase (e.g. 3.14E+02 vs 3.14e+02)
4747

48-
=== Examples
48+
== Examples
4949

5050
Here are some example formats:
5151

0 commit comments

Comments
 (0)