Skip to content

Commit f0b9269

Browse files
authored
Merge pull request #2573 from kameshkotwani/patch-1
removed wrong variable(languages) from result
2 parents c97601f + e78577b commit f0b9269

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/scala3-book/taste-collections.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ You can also use this _extractor_ approach to assign the tuple fields to variabl
103103
val (num, str, person) = t
104104

105105
// result:
106-
// val languages: [zh-cn]
107-
num: Int = 11
106+
// val num: Int = 11
108107
// val str: String = eleven
109108
// val person: Person = Person(Eleven)
110109
```

0 commit comments

Comments
 (0)