Skip to content

Commit

Permalink
readme: title supplement
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gshm committed Jun 1, 2024
1 parent e7afcfa commit 9069445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ fmt.Printf("%v\n", copy) //map[devops:map[name:Bob]]

#### Keys, values exrtractors

##### map\_.Keys, map\_.Values
##### map\_.Keys, map\_.Values, map\_.KeysConvert, map\_.ValuesConvert

``` go
var employers = map[string]map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion internal/docs/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ import "github.com/m4gshm/gollections/map_/clone"
include::../examples/mapexamples/clone_Deep_test.go[lines=13..30,indent=0]
----
===== Keys, values exrtractors
====== map_.Keys, map_.Values
====== map_.Keys, map_.Values, map_.KeysConvert, map_.ValuesConvert
[source,go]
----
include::../examples/mapexamples/map_Keys_Values_test.go[lines=15..23,indent=0]
Expand Down

0 comments on commit 9069445

Please sign in to comment.