Skip to content

Commit 1d53635

Browse files
nowtobobjiang
authored andcommitted
fix: 是”映射不支持迭代“,而非”递归不支持迭代“
1 parent 6aaf299 commit 1d53635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ Solidity 支持通过构造结构体的形式定义新的类型,以下是一
824824

825825

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

830830
.. index:: assignment, ! delete, lvalue

0 commit comments

Comments
 (0)