Skip to content

Commit 0cff8e9

Browse files
committed
Fix highlighting
1 parent d83d19a commit 0cff8e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/modules/ROOT/pages/decimal128_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://www.boost.org/LICENSE_1_0.txt
1010

1111
== Description
1212

13-
decimal128_t is the 128-bit version of the decimal interchange format, and has the following properties as defined in IEEE 754-2019 table 3.6
13+
`decimal128_t` is the 128-bit version of the decimal interchange format, and has the following properties as defined in IEEE 754-2019 table 3.6
1414

1515
|===
1616
| Attribute | values

doc/modules/ROOT/pages/decimal32_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://www.boost.org/LICENSE_1_0.txt
1010

1111
== Description
1212

13-
decimal32_t is the 32-bit version of the decimal interchange format, and has the following properties as defined in IEEE 754-2019 table 3.6
13+
`decimal32_t` is the 32-bit version of the decimal interchange format, and has the following properties as defined in IEEE 754-2019 table 3.6
1414

1515
|===
1616
| Attribute | values

doc/modules/ROOT/pages/decimal64_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://www.boost.org/LICENSE_1_0.txt
1010

1111
== Description
1212

13-
decimal64_t is the 64-bit version of the decimal interchange format, and has the following properties as defined in IEEE 754-2019 table 3.6
13+
`decimal64_t` is the 64-bit version of the decimal interchange format, and has the following properties as defined in IEEE 754-2019 table 3.6
1414

1515
|===
1616
| Attribute | values

0 commit comments

Comments
 (0)