浏览代码

Fix typo: snapshoted

Leo Arias 6 年之前
父节点
当前提交
cab777b820
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/drafts/ERC20Snapshot.sol

+ 1 - 1
contracts/drafts/ERC20Snapshot.sol

@@ -17,7 +17,7 @@ contract ERC20Snapshot is ERC20 {
     using Arrays for uint256[];
     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.
     struct Snapshots {
         uint256[] ids;