Skip to content

Commit 96fea9a

Browse files
authored
Clarify parameter name in isEmpty documentation
Updated parameter description for isEmpty method.
1 parent 16e44ec commit 96fea9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/dart/concepts/map/terms/is-empty/is-empty.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ In Dart, the **`.isEmpty`** property is used to check if a `Map` contains no key
2121
map.isEmpty
2222
```
2323

24-
- `mapName`: The `Map` to be checked.
24+
- `map`: The `Map` is object.
25+
-
2526

2627
## Example
2728

0 commit comments

Comments
 (0)