Skip to content
New issue

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

第 4 讲 命名式返回 #772

Closed
1 task done
0xZoomEye opened this issue Aug 14, 2024 · 2 comments
Closed
1 task done

第 4 讲 命名式返回 #772

0xZoomEye opened this issue Aug 14, 2024 · 2 comments

Comments

@0xZoomEye
Copy link

Details(细节)

原文是

我们可以在 returns 中标明返回变量的名称。Solidity 会初始化这些变量,并且自动返回这些函数的值,无需使用 return

应该是

我们可以在 returns 中标明返回变量的名称。Solidity 会初始化这些变量,并且自动返回这些变量的值,无需使用 return

Are you willing to submit a PR?(你愿意提交PR吗?)

  • Yes I am willing to submit a PR!(是的我愿意)
@linghuccc
Copy link
Contributor

厉害,我看的时候都没发现,你可以提交一个 PR,题目就在 github 代码库里面

@linghuccc
Copy link
Contributor

This was referenced Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants