Skip to content

Commit 9a761e8

Browse files
Address Copilot review: parallel phrasing for Import-/Export- verb-table rows
'Read from a file or store into objects' read ambiguously (store-into adjacency). Reworded to 'Read objects from a file or store' to parallel the Export- row 'Write objects to a file or store'.
1 parent d43bf63 commit 9a761e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/PowerShell/Modules/Module-Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Always ship **both** directions so data can round-trip between the format and th
7676
| ------------ | ------- |
7777
| `ConvertFrom-<Format>` | Format-specific text/representation → `[PSCustomObject]` / `[hashtable]` |
7878
| `ConvertTo-<Format>` | Object → format-specific text/representation |
79-
| `Import-<Noun>` | Read from a file or store into objects |
79+
| `Import-<Noun>` | Read objects from a file or store |
8080
| `Export-<Noun>` | Write objects to a file or store |
8181
| `Format-<Noun>` | Produce a normalized or pretty rendering |
8282
| `Merge-<Noun>` | Combine two structures |

0 commit comments

Comments
 (0)