Skip to content

Commit 585876f

Browse files
Update reference/docs-conceptual/learn/deep-dives/everything-about-hashtable.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d051fd1 commit 585876f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/deep-dives/everything-about-hashtable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ $environments.Keys.Clone() | ForEach-Object {
269269
}
270270
```
271271

272-
Do note, you can not clone a hashtable containing a single key, that will throw an error. In such case where you want to clone the keys its better to cast the key(s) to an array instead and iterate over them.
272+
Do note, you cannot clone a hashtable containing a single key, that will throw an error. In such case where you want to clone the keys its better to cast the key(s) to an array instead and iterate over them.
273273

274274
```powershell
275275
@($environments.Keys) | ForEach-Object {

0 commit comments

Comments
 (0)