mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1583 from federicobond/fix-comment
Fix typo in comment
This commit is contained in:
commit
ba7dcbc15e
@ -606,7 +606,7 @@ private:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Declaration of a variable. This can be used in various places, e.g. in function parameter
|
* Declaration of a variable. This can be used in various places, e.g. in function parameter
|
||||||
* lists, struct definitions and even function bodys.
|
* lists, struct definitions and even function bodies.
|
||||||
*/
|
*/
|
||||||
class VariableDeclaration: public Declaration
|
class VariableDeclaration: public Declaration
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user