Skip to content

Commit

Permalink
move english translation to new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
seasidejuvenile666 authored Jul 26, 2022
1 parent 6309e30 commit c98dfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Languages/en/08_InitialValue_en/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ You can use `getter` function of `public` variables to verify whether the initia
![](./img/8-2_en.jpg)

## Tutorial summary
In this sectionWe introduce the initial values of variables in `solidity`. When a variable is declared but not assigned, its value defaults to initial value. Different types of variables have different initial values. The `delete` operator can delete value of a variable and replace it with the initial value.
In this section, We introduce the initial values of variables in `solidity`. When a variable is declared but not assigned, its value defaults to initial value. Different types of variables have different initial values. The `delete` operator can delete value of a variable and replace it with the initial value.

0 comments on commit c98dfe9

Please sign in to comment.