Merge pull request #6065 from ethereum/minor-doc-fix

Small documentation fixes in the code
This commit is contained in:
chriseth 2019-02-21 12:58:02 +01:00 committed by GitHub
commit 82f3774a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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
{

View File

@ -84,7 +84,6 @@ public:
);
/// Stores a 256 bit integer from stack in memory.
/// @param _offset offset in memory
/// @param _type type of the data on the stack
void storeInMemory(unsigned _offset);
/// Dynamic version of @see storeInMemory, expects the memory offset below the value on the stack
/// and also updates that. For reference types, only copies the data pointer. Fails for