mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #601 from mathvdh/patch-1
Typo correction in solidity-by-example.rst
This commit is contained in:
commit
064c3e84bb
@ -76,7 +76,7 @@ of votes.
|
|||||||
// to the end of the array.
|
// to the end of the array.
|
||||||
for (uint i = 0; i < proposalNames.length; i++) {
|
for (uint i = 0; i < proposalNames.length; i++) {
|
||||||
// `Proposal({...})` creates a temporary
|
// `Proposal({...})` creates a temporary
|
||||||
// Proposal object and `proposal.push(...)`
|
// Proposal object and `proposals.push(...)`
|
||||||
// appends it to the end of `proposals`.
|
// appends it to the end of `proposals`.
|
||||||
proposals.push(Proposal({
|
proposals.push(Proposal({
|
||||||
name: proposalNames[i],
|
name: proposalNames[i],
|
||||||
|
Loading…
Reference in New Issue
Block a user