This commit is contained in:
Bjørn Erik Pedersen 2018-08-01 10:01:49 +02:00
commit e6dd54943f
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
32 changed files with 128 additions and 62 deletions

View file

@ -42,7 +42,7 @@ $scratch := newScratch
$scratch.Set "greeting" "Hello"
```
A `Scratch` is also added to both `Page` and `Shortcode`. `Sratch` have the following methods:
A `Scratch` is also added to both `Page` and `Shortcode`. `Scratch` has the following methods:
#### .Set