From 9a95876c7908243adc3a2f6356ea006906941e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mass=C3=A9?= Date: Tue, 28 Jan 2020 11:30:48 +0100 Subject: [PATCH] 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. --- content/en/functions/lang.Merge.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/functions/lang.Merge.md b/content/en/functions/lang.Merge.md index ecdab3c42..d2fadea12 100644 --- a/content/en/functions/lang.Merge.md +++ b/content/en/functions/lang.Merge.md @@ -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 %}}