Merge pull request #1640 from elopio/review/snapshot/4-snapshoted-typo
Fix typo: snapshoted
This commit is contained in:
@ -17,7 +17,7 @@ contract ERC20Snapshot is ERC20 {
|
|||||||
using Arrays for uint256[];
|
using Arrays for uint256[];
|
||||||
using Counters for Counters.Counter;
|
using Counters for Counters.Counter;
|
||||||
|
|
||||||
// Snapshoted values have arrays of ids and the value corresponding to that id. These could be an array of a
|
// Snapshotted values have arrays of ids and the value corresponding to that id. These could be an array of a
|
||||||
// Snapshot struct, but that would impede usage of functions that work on an array.
|
// Snapshot struct, but that would impede usage of functions that work on an array.
|
||||||
struct Snapshots {
|
struct Snapshots {
|
||||||
uint256[] ids;
|
uint256[] ids;
|
||||||
|
|||||||
Reference in New Issue
Block a user