Skip to content

Commit 063b815

Browse files
authored
Merge pull request thoas#129 from yangtau/master
docs: fix comments in README
2 parents aa45bdd + 58c26c0 commit 063b815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Creates an array of the own enumerable map values or struct field values.
554554

555555
.. code-block:: go
556556
557-
funk.Values(map[string]int{"one": 1, "two": 2}) // []string{1, 2} (iteration order is not guaranteed)
557+
funk.Values(map[string]int{"one": 1, "two": 2}) // []int{1, 2} (iteration order is not guaranteed)
558558
559559
foo := &Foo{
560560
ID: 1,

0 commit comments

Comments
 (0)