We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33919f4 + 953362c commit 57cb2aeCopy full SHA for 57cb2ae
1 file changed
maptostring.go
@@ -12,7 +12,7 @@ const (
12
// MapToString - format map keys and values according to format, joining parts with separator.
13
// Format should contain key and value placeholders which will be used for formatting, e.g.
14
// "{key} : {value}", or "{value}", or "{key} => {value}".
15
-// Parts order in resulting string is not guranteed.
+// Parts order in resulting string is not guaranteed.
16
func MapToString[
17
K string | int | uint | int32 | int64 | uint32 | uint64,
18
V any,
0 commit comments