RationalNumberType: Fix wrong docstring about m_compatibleBytesType being used for explicit conversions

This commit is contained in:
Kamil Śliwak 2021-06-28 16:25:52 +02:00
parent 7bce83e7c4
commit 1d1d74bd0e

View File

@ -593,7 +593,7 @@ public:
private:
rational m_value;
/// Bytes type to which the rational can be explicitly converted.
/// Bytes type to which the rational can be implicitly converted.
/// Empty for all rationals that are not directly parsed from hex literals.
Type const* m_compatibleBytesType;