Update Context.sol (#1892)
Fix typos in instructions
(cherry picked from commit 2836b066c9)
This commit is contained in:
committed by
Francisco Giordano
parent
a0e74cd756
commit
25b82b0db8
@ -3,7 +3,7 @@ pragma solidity ^0.5.0;
|
|||||||
/*
|
/*
|
||||||
* @dev Provides information about the current execution context, including the
|
* @dev Provides information about the current execution context, including the
|
||||||
* sender of the transaction and its data. While these are generally available
|
* sender of the transaction and its data. While these are generally available
|
||||||
* via msg.sender and msg.data, they not should not be accessed in such a direct
|
* via msg.sender and msg.data, they should not be accessed in such a direct
|
||||||
* manner, since when dealing with GSN meta-transactions the account sending and
|
* manner, since when dealing with GSN meta-transactions the account sending and
|
||||||
* paying for execution may not be the actual sender (as far as an application
|
* paying for execution may not be the actual sender (as far as an application
|
||||||
* is concerned).
|
* is concerned).
|
||||||
@ -12,7 +12,7 @@ pragma solidity ^0.5.0;
|
|||||||
*/
|
*/
|
||||||
contract Context {
|
contract Context {
|
||||||
// Empty internal constructor, to prevent people from mistakenly deploying
|
// Empty internal constructor, to prevent people from mistakenly deploying
|
||||||
// an instance of this contract, with should be used via inheritance.
|
// an instance of this contract, which should be used via inheritance.
|
||||||
constructor () internal { }
|
constructor () internal { }
|
||||||
// solhint-disable-previous-line no-empty-blocks
|
// solhint-disable-previous-line no-empty-blocks
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user