Remove note

I might be mistaken but it seems we can remove the note since the referenced issue is closed and .Scratch is not used in the examples.
This commit is contained in:
Victor Massé
2020-01-28 11:30:48 +01:00
committed by Bjørn Erik Pedersen
parent 696543e13d
commit 9a95876c79
-4
View File
@@ -37,7 +37,3 @@ A more practical example is to fill in the missing translations from the other l
{{ $pages = $pages | lang.Merge .Site.RegularPages }}
{{ end }}
```
{{% note %}}
Note that the slightly ugly `.Scratch` construct will not be needed once this is fixed: https://github.com/golang/go/issues/10608
{{% /note %}}