Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keyword in note of lesson 11 chapter 6 #705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Schrubitteflau
Copy link

  • I did these translations myself and own copyright for them
  • I didn't use a machine to do these translations
  • I assign all copyright to Loom Network for these translations

Change the keyword from var to const in the note of lesson 11 chapter 6. It says :

Note: We want contractInstance to be limited in scope to the block in which it's defined. Use let instead of var.

But we're using const, not var, so the correct note should be :

Note: We want contractInstance to be limited in scope to the block in which it's defined. Use let instead of var.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant