Skip to content

Commit 30d8380

Browse files
committed
更新
1 parent 2cd85e8 commit 30d8380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ m := make(map[string]string)
150150
m["a"] = "1"
151151
m["b"] = "2"
152152
m["c"] = "3"
153-
get := Values(m)
154-
```
153+
get := mapex.Values(m)
154+
```

0 commit comments

Comments
 (0)