Skip to content

Commit 6aaf299

Browse files
authored
Merge pull request #113 from etherchina/riversyang
Fix format error and add community link.
2 parents 2683096 + 38e5249 commit 6aaf299

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contracts.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Solidity 合约类似于面向对象语言中的类。合约中有用于数据
110110
函数和状态变量有四种可见性类型。
111111
函数可以指定为 ``external`` ,``public`` ,``internal`` 或者 ``private``,默认情况下函数类型为 ``public``。
112112
对于状态变量,不能设置为 ``external`` ,默认是 ``internal`` 。
113+
113114
``external`` :
114115
外部函数作为合约接口的一部分,意味着我们可以从其他合约和交易中调用。
115116
一个外部函数 ``f`` 不能从内部调用(即 ``f`` 不起作用,但 ``this.f()`` 可以)。

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Solidity 是静态类型语言,支持继承、库和复杂的用户定义类
2323

2424
本文档由社区志愿者翻译成多种语言,但是 `英语版本 <https://github.com/ethereum/solidity/blob/develop/docs/index.rst>`_ 作为主要参考。
2525

26-
* `简体中文版 <https://solidity-cn.readthedocs.io/>`_
26+
* `简体中文版 <https://solidity-cn.readthedocs.io/>`_ (由 `HiBlock Community <http://hiblock.one/>`_ 贡献者翻译)
2727
* `西班牙语版 <https://solidity-es.readthedocs.io>`_
2828
* `俄语版 <https://github.com/ethereum/wiki/wiki/%5BRussian%5D-%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-Solidity>`_ (已过时)
2929
* `韩语版 <http://solidity-kr.readthedocs.io>`_ (in progress)

0 commit comments

Comments
 (0)