Skip to content

Commit

Permalink
review translation 04
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingAng committed Nov 27, 2022
1 parent ee70ac0 commit 4a249cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Languages/en/04_Return_en/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Codes and tutorials are open source on GitHub: [github.com/AmazingAng/WTFSolidit

-----

In this chapter, we will introduce `Solidity` function output, including returning multiple values, named returns, and reading full and part of return values using destructuring assignments.
In this chapter, we will introduce `Solidity` function output, including returning multiple values, named returns, and reading full or part of return values using destructuring assignments.

## Return values (return and returns)
There are two keywords related to function output: `return` and `returns`:
Expand Down Expand Up @@ -68,7 +68,7 @@ Of course, you can also return variables with `return` keyword in named returns:


## Summary
In this section, we introduced function return values `return` and `returns`, including returning multiple variables, named returns, and reading full and part of return values using destructuring assignments.
In this section, we introduced function return values `return` and `returns`, including returning multiple variables, named returns, and reading full or part of return values using destructuring assignments.



Expand Down

0 comments on commit 4a249cf

Please sign in to comment.