Skip to content

Commit

Permalink
docs: fix comments in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtau committed Sep 13, 2021
1 parent aa45bdd commit 58c26c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ Creates an array of the own enumerable map values or struct field values.

.. code-block:: go
funk.Values(map[string]int{"one": 1, "two": 2}) // []string{1, 2} (iteration order is not guaranteed)
funk.Values(map[string]int{"one": 1, "two": 2}) // []int{1, 2} (iteration order is not guaranteed)
foo := &Foo{
ID: 1,
Expand Down

0 comments on commit 58c26c0

Please sign in to comment.