Merge pull request #499 from ThomasChang7/patch-1

typo on the word associated
This commit is contained in:
Ilya Kantor 2017-04-20 23:29:40 +02:00 committed by GitHub
commit 2e60287ad8

View file

@ -28,7 +28,7 @@ message = 'Hello'; // store the string
*/!*
```
The string is now saved into the memory area assosiated with the variable. We can access it using the variable name:
The string is now saved into the memory area associated with the variable. We can access it using the variable name:
```js run
let message;