Skip to content

Commit

Permalink
Fixed multitypo
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Dec 8, 2023
1 parent f519215 commit afcfba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit afcfba5

Please sign in to comment.