Skip to content

Commit

Permalink
fix: 是”映射不支持迭代“,而非”递归不支持迭代“
Browse files Browse the repository at this point in the history
  • Loading branch information
nowto authored and bobjiang committed Aug 21, 2018
1 parent 6aaf299 commit 1d53635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ Solidity 支持通过构造结构体的形式定义新的类型,以下是一


.. note::
递归不支持迭代,但可以在此之上实现一个这样的数据结构。
映射不支持迭代,但可以在此之上实现一个这样的数据结构。
例子可以参考 `可迭代的映射 <https://github.com/ethereum/dapp-bin/blob/master/library/iterable_mapping.sol>`_。

.. index:: assignment, ! delete, lvalue
Expand Down

0 comments on commit 1d53635

Please sign in to comment.