Skip to content

Commit

Permalink
Update scope.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 22, 2018
1 parent be4a477 commit 5ccf7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in the block it’s defined in, which is not always the entire containing functi
The variable may or may not be reassigned, and the variable may or may not be used
for an entire function, or just for the purpose of a block or loop.

## A Simple rule
## A simple rule

So if you need to allow the variable to be reassigned, use `let`, otherwise use
`const`. Also, if you need to deallocate a value by unsetting it, you may consider
Expand Down

0 comments on commit 5ccf7e1

Please sign in to comment.