mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Small documentation fixes in the code
This commit is contained in:
@@ -1576,7 +1576,7 @@ private:
|
||||
};
|
||||
|
||||
/**
|
||||
* Index access to an array. Example: a[2]
|
||||
* Index access to an array or mapping. Example: a[2]
|
||||
*/
|
||||
class IndexAccess: public Expression
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user