From afcfba5368130d4512397741646346d0a974240d Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Fri, 8 Dec 2023 14:06:09 +0100 Subject: [PATCH] Fixed multitypo --- docs/go_performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/go_performance.md b/docs/go_performance.md index 2f406ef..e645c67 100644 --- a/docs/go_performance.md +++ b/docs/go_performance.md @@ -1030,7 +1030,7 @@ func concatstrings(buf *tmpBuf, a []string) string { if count == 0 { return "" } -  + // If there is just one string and either it is not on the stack // or our result does not escape the calling frame (buf != nil), // then we can return that string directly.