Fix typo? (#137)

This commit is contained in:
Elliot 2022-04-28 15:11:20 -04:00 committed by GitHub
parent 909ffccafb
commit b6e0a217cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`),
> pointers (`variableP`), derivations (`variableP`), etc...
> pointers (`variableP`), derivations (`variableD`), etc...
Now we can change the value: