Skip to content

Commit b5526b6

Browse files
authored
Update introduction.md
Removed "studentScores", which seems to be there by mistake.
1 parent 884488d commit b5526b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/international-calling-connoisseur/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The [size][map-size-javadoc] method returns the number of entries.
5656
fruitPrices.size(); // Returns 2
5757
```
5858

59-
You can use the [keys] or [values] methods to obtain the keys or the values in a Map as a Set or collection respectively.studentScores
59+
You can use the [keys] or [values] methods to obtain the keys or the values in a Map as a Set or collection respectively.
6060

6161
```java
6262
fruitPrices.keys(); // Returns "apple" and "pear" in a set

0 commit comments

Comments
 (0)