Skip to content

Commit

Permalink
solidity contract name convention CamelCase to CapWords (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota authored and vendethiel committed Dec 23, 2016
1 parent 393bab2 commit 9453efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity.html.markdown
Expand Up @@ -45,7 +45,7 @@ features are typically marked, and subject to change. Pull requests welcome.

/* 'contract' has similarities to 'class' in other languages (class variables,
inheritance, etc.) */
contract SimpleBank { // CamelCase
contract SimpleBank { // CapWords
// Declare state variables outside function, persist through life of contract

// dictionary that maps addresses to balances
Expand Down

0 comments on commit 9453efb

Please sign in to comment.