Skip to content

Commit 1d1d74b

Browse files
committed
RationalNumberType: Fix wrong docstring about m_compatibleBytesType being used for explicit conversions
1 parent 7bce83e commit 1d1d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/ast/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ class RationalNumberType: public Type
593593
private:
594594
rational m_value;
595595

596-
/// Bytes type to which the rational can be explicitly converted.
596+
/// Bytes type to which the rational can be implicitly converted.
597597
/// Empty for all rationals that are not directly parsed from hex literals.
598598
Type const* m_compatibleBytesType;
599599

0 commit comments

Comments
 (0)