mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
RationalNumberType: Fix wrong docstring about m_compatibleBytesType being used for explicit conversions
This commit is contained in:
parent
7bce83e7c4
commit
1d1d74bd0e
@ -593,7 +593,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
rational m_value;
|
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.
|
/// Empty for all rationals that are not directly parsed from hex literals.
|
||||||
Type const* m_compatibleBytesType;
|
Type const* m_compatibleBytesType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user