summaryrefslogtreecommitdiffhomepage
path: root/solidity.html.markdown
diff options
context:
space:
mode:
authorAndre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org>2017-09-26 23:16:13 +0300
committerAndre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org>2017-09-26 23:16:13 +0300
commite27533f7d108c351f3024541e611457509d3d833 (patch)
treebae7eb636146303bc8681ddd47fb524c0c68ae20 /solidity.html.markdown
parenta8ad68aede64e0d7a65df0737965cf3d1ab891bb (diff)
[solidity/en] Fixed #2873
Diffstat (limited to 'solidity.html.markdown')
-rw-r--r--solidity.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/solidity.html.markdown b/solidity.html.markdown
index fc54d6e4..c1f910fd 100644
--- a/solidity.html.markdown
+++ b/solidity.html.markdown
@@ -262,7 +262,7 @@ Bank b = Bank({
// or
Bank c = Bank(msg.sender, 5);
-c.amount = 5; // set to new value
+c.balance = 5; // set to new value
delete b;
// sets to initial value, set all variables in struct to 0, except mappings