We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原文是
我们可以在 returns 中标明返回变量的名称。Solidity 会初始化这些变量,并且自动返回这些函数的值,无需使用 return。
returns
return
应该是
我们可以在 returns 中标明返回变量的名称。Solidity 会初始化这些变量,并且自动返回这些变量的值,无需使用 return。
The text was updated successfully, but these errors were encountered:
厉害,我看的时候都没发现,你可以提交一个 PR,题目就在 github 代码库里面
Sorry, something went wrong.
修改 https://github.com/AmazingAng/WTF-Solidity/blob/main/04_Return/readme.md 这个文件就可以了
8244302
No branches or pull requests
Details(细节)
原文是
我们可以在
returns
中标明返回变量的名称。Solidity 会初始化这些变量,并且自动返回这些函数的值,无需使用return
。应该是
我们可以在
returns
中标明返回变量的名称。Solidity 会初始化这些变量,并且自动返回这些变量的值,无需使用return
。Are you willing to submit a PR?(你愿意提交PR吗?)
The text was updated successfully, but these errors were encountered: