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
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

martianmad
Copy link

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
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
Copy link
Contributor

@teye teye left a comment

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