Skip to content

Commit e6f7ec7

Browse files
OscarFalck17Copilot
authored andcommitted
Update reference/docs-conceptual/learn/deep-dives/everything-about-hashtable.md
Co-authored-by: Copilot <[email protected]>
1 parent 414f478 commit e6f7ec7

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)