Fix typo? (#137)
This commit is contained in:
parent
909ffccafb
commit
b6e0a217cd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ console.log(variableB.get()) // prints 'some value' in the console
|
||||||
```
|
```
|
||||||
|
|
||||||
> As you can see there's a naming convention here for boxes (`variableB`),
|
> As you can see there's a naming convention here for boxes (`variableB`),
|
||||||
> pointers (`variableP`), derivations (`variableP`), etc...
|
> pointers (`variableP`), derivations (`variableD`), etc...
|
||||||
|
|
||||||
Now we can change the value:
|
Now we can change the value:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue