Skip to content

Commit 57cb2ae

Browse files
committed
Merge branch 'master' into develop
2 parents 33919f4 + 953362c commit 57cb2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maptostring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
// MapToString - format map keys and values according to format, joining parts with separator.
1313
// Format should contain key and value placeholders which will be used for formatting, e.g.
1414
// "{key} : {value}", or "{value}", or "{key} => {value}".
15-
// Parts order in resulting string is not guranteed.
15+
// Parts order in resulting string is not guaranteed.
1616
func MapToString[
1717
K string | int | uint | int32 | int64 | uint32 | uint64,
1818
V any,

0 commit comments

Comments
 (0)