Skip to content

Commit

Permalink
fix README.md. same meaning but different expression in comment of Un…
Browse files Browse the repository at this point in the history
…pack2 (#406)
  • Loading branch information
rolancia committed Jun 27, 2024
1 parent 9f52970 commit 0f865a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ Unpack is also available as a method of TupleX.
```go
tuple2 := lo.T2("a", 1)
a, b := tuple2.Unpack()
// "a" 1
// "a", 1
```

[[play](https://go.dev/play/p/xVP_k0kJ96W)]
Expand Down

0 comments on commit 0f865a3

Please sign in to comment.