mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[libyul] fix typo
This commit is contained in:
parent
fce19bde58
commit
b2c812c794
@ -49,7 +49,7 @@ struct BuiltinFunction
|
||||
/// This means the function cannot depend on storage or memory, cannot have any side-effects,
|
||||
/// but it can depend on state that is constant across an EVM-call.
|
||||
bool movable = false;
|
||||
/// If true, can only accept literals as arguments and they cannot be moved to voriables.
|
||||
/// If true, can only accept literals as arguments and they cannot be moved to variables.
|
||||
bool literalArguments = false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user