Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Fixed inconsistencies between instructions and answers.#154

Open
martianmad wants to merge 2 commits into
Zilliqa:masterfrom
martianmad:master
Open

Fixed inconsistencies between instructions and answers.#154
martianmad wants to merge 2 commits into
Zilliqa:masterfrom
martianmad:master

Conversation

@martianmad

Copy link
Copy Markdown

Throughout the code example, the instructions and the accepted answers there were inconsistencies of how the code should be structured. This PR cleans up Chapter 1 to fix those inconsistencies and in 1 case, an error in the example code.

@martianmad

Copy link
Copy Markdown
Author

I also put a space between immutable variables when deploying the contract. It seems odd to have different structure here of spaces and no spaces for mutable.

@bb111189 bb111189 requested review from teye and vaivaswatha May 11, 2020 10:21

@teye teye left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is good.

Could you edit this line: src/locales/instructions/en/chapter1/index.ts:220

Declare a new variable with the name `newname` and type `String` and give it a value `Bob`.
to
Declare a new variable with the name `newname` of type `String` and give it a value `Bob`.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants