Skip to content

Commit 776e2c9

Browse files
committed
Improve removed name warning wording
1 parent 8cc6449 commit 776e2c9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

doc/modules/ROOT/pages/decimal128_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ https://www.boost.org/LICENSE_1_0.txt
2323
|===
2424

2525
IMPORTANT: Prior to v5.0.0 this type was known as `decimal32`.
26-
This support has been removed in v6.0.0.
26+
This name has been removed in v6.0.0.
2727

2828
The encoding of decimal128_t is in the `xref:conversions.adoc[BID format]`.
2929

doc/modules/ROOT/pages/decimal32_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ https://www.boost.org/LICENSE_1_0.txt
2323
|===
2424

2525
IMPORTANT: Prior to v5.0.0 this type was known as `decimal32`.
26-
This support has been removed in v6.0.0.
26+
This name has been removed in v6.0.0.
2727

2828
The encoding of decimal32_t is in the `xref:conversions.adoc[BID format]`.
2929

doc/modules/ROOT/pages/decimal64_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ https://www.boost.org/LICENSE_1_0.txt
2323
|===
2424

2525
IMPORTANT: Prior to v5.0.0 this type was known as `decimal64`.
26-
This support has been removed in v6.0.0.
26+
This name has been removed in v6.0.0.
2727

2828
The encoding of decimal64_t is in the `xref:conversions.adoc[BID format]`.
2929

doc/modules/ROOT/pages/decimal_fast128_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ As is often the case this trades space for time by having greater storage width
2727
IMPORTANT: `decimal_fast128_t` does not support subnormal values
2828

2929
IMPORTANT: Prior to v5.0.0 this type was known as `decimal128_fast`.
30-
This support has been removed in v6.0.0.
30+
This name has been removed in v6.0.0.
3131

3232
[source, c++]
3333
----

doc/modules/ROOT/pages/decimal_fast32_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ As is often the case this trades space for time by having greater storage width
2727
IMPORTANT: `decimal_fast32_t` does not support subnormal values
2828

2929
IMPORTANT: Prior to v5.0.0 this type was known as `decimal32_fast`.
30-
This support has been removed in v6.0.0.
30+
This name has been removed in v6.0.0.
3131

3232
[source, c++]
3333
----

doc/modules/ROOT/pages/decimal_fast64_t.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ As is often the case this trades space for time by having greater storage width
2727
IMPORTANT: `decimal_fast64_t` does not support subnormal values
2828

2929
IMPORTANT: Prior to v5.0.0 this type was known as `decimal64_fast`.
30-
This support has been removed in v6.0.0.
30+
This name has been removed in v6.0.0.
3131

3232
[source, c++]
3333
----

0 commit comments

Comments
 (0)