mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Typo correction in solidity-by-example.rst
Just correcting a simple typo in the comments of the code
This commit is contained in:
parent
3c2056c688
commit
0a9c95c53d
@ -76,7 +76,7 @@ of votes.
|
||||
// to the end of the array.
|
||||
for (uint i = 0; i < proposalNames.length; i++) {
|
||||
// `Proposal({...})` creates a temporary
|
||||
// Proposal object and `proposal.push(...)`
|
||||
// Proposal object and `proposals.push(...)`
|
||||
// appends it to the end of `proposals`.
|
||||
proposals.push(Proposal({
|
||||
name: proposalNames[i],
|
||||
|
Loading…
Reference in New Issue
Block a user