mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix String Literals documentation about implicit conversions
This commit is contained in:
parent
6db12c4f88
commit
fefe9bdee7
@ -214,7 +214,7 @@ a non-rational number).
|
||||
String Literals
|
||||
---------------
|
||||
|
||||
String Literals are written with double quotes (``"abc"``). As with integer literals, their type can vary, but they are implicitly convertible to ``bytes`` if they fit, to ``bytes`` and to ``string``.
|
||||
String Literals are written with double quotes (``"abc"``). As with integer literals, their type can vary, but they are implicitly convertible to ``bytes1``, ..., ``bytes32`` if they fit, to ``bytes`` and to ``string``.
|
||||
|
||||
.. index:: enum
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user