diff --git a/content/en/functions/strings/Diff/index.md b/content/en/functions/strings/Diff/index.md index bb1299399..fa3f41c7d 100644 --- a/content/en/functions/strings/Diff/index.md +++ b/content/en/functions/strings/Diff/index.md @@ -14,12 +14,12 @@ action: Use `strings.Diff` to compare two strings and render a highlighted diff: ```go-html-template -{{ $want = ` +{{ $want := `
The product of 6 and 7 is 42.
The product of 7 and 6 is 42.
`}} -{{ $got = ` +{{ $got := `The product of 6 and 7 is 42.
The product of 7 and 6 is 13.
`}}