From b1d914a0a56ba26f47129ba93e653c113bf2eadd Mon Sep 17 00:00:00 2001 From: adil-aspose <83574456+adil-aspose@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:53:07 +0500 Subject: [PATCH] Update _index.md --- english/cpp/system/decimal/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/english/cpp/system/decimal/_index.md b/english/cpp/system/decimal/_index.md index bac8535ebc..bffd39de59 100644 --- a/english/cpp/system/decimal/_index.md +++ b/english/cpp/system/decimal/_index.md @@ -58,8 +58,8 @@ class Decimal | explicit [operator float](./operatorfloat/)() const | Converts the value represented by the current object to single-precision floating-point value. | | [operator!=](./operator!=/)(const Decimal\&) const | Determines if the values represented by the current object and the specified object are not equal. | | [operator!=](./operator!=/)(std::nullptr_t) const | Determines if the value represented by the current object is different from 0. | -| [operator%](./operator%/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a result of modulo operation with the values represented by the current and the specified objects. | -| [operator%=](./operator%=/)(const Decimal\&) | Assigns to the current object a new value that is the result of modulo operation with the values represented by the current and the specified objects. | +| [operator%](./operator-percent/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a result of modulo operation with the values represented by the current and the specified objects. | +| [operator%=](./operator-percent-equal/)(const Decimal\&) | Assigns to the current object a new value that is the result of modulo operation with the values represented by the current and the specified objects. | | [operator*](./operator_/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a result of multiplication of values represented by the current and specified objects. | | [operator*=](./operator_=/)(const Decimal\&) | Assigns to the current object a new value that is the result of multiplication of values represented by the current and specified objects. | | [operator+](./operator+/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a sum of values represented by the current and specified objects. |