Skip to content

Commit e2578ec

Browse files
authored
Update title and description for map.md
1 parent e0eb503 commit e2578ec

File tree

1 file changed

+4
-4
lines changed
  • content/dart/concepts/map/terms/map

1 file changed

+4
-4
lines changed

content/dart/concepts/map/terms/map/map.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
Title: 'Map.map()'
3-
Description: 'Map.map() transforms each key-value pair in a Dart Map into a new Map.'
2+
Title: '.map()'
3+
Description: '.map() transforms each key-value pair in a Dart Map into a new Map.'
44
Subjects:
55
- 'Computer Science'
66
- 'Web Development'
77
Tags:
88
- 'Dart'
99
- 'Data Structures'
10-
- 'Methods'
10+
- 'Map'
1111
CatalogContent:
1212
- 'learn-dart'
1313
- 'paths/computer-science'
@@ -84,4 +84,4 @@ Here is the output for the above example:
8484
```shell
8585
Original Map: {x: apple, y: banana, z: cherry}
8686
New Map after using .map(): {x: APPLE, y: BANANA, z: CHERRY}
87-
```
87+
```

0 commit comments

Comments
 (0)