Skip to content

Commit 10d6d8d

Browse files
Fix type for ResolutionMap in help (#41)
1 parent 897a2fd commit 10d6d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en-US/Find-Member.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ Accept wildcard characters: False
626626
Specifies a hashtable of `name` to `ScriptBlockStringOrType` to create your own keywords and/or override type resolution for any signature in this command.
627627

628628
```yaml
629-
Type:
629+
Type: hashtable
630630
Parameter Sets: (All)
631631
Aliases: map
632632

docs/en-US/Find-Type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Accept wildcard characters: False
394394
Specifies a hashtable of `name` to `ScriptBlockStringOrType` to create your own keywords and/or override type resolution for any signature in this command.
395395

396396
```yaml
397-
Type:
397+
Type: hashtable
398398
Parameter Sets: (All)
399399
Aliases: map
400400

0 commit comments

Comments
 (0)