Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltlombardi authored Jun 7, 2024
1 parent 60ae69f commit e2b636d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions reference/5.1/Microsoft.PowerShell.Core/About/about_Scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ The following are the basic rules of scope:
- If the item isn't found, a new item is created in the current scope.
- If it finds a match, the value of the item is retrieved from the scope
where is was found.
- If you change value, the item is copied to the current scope so that the
change only affects the current scope.
- If you change the value, the item is copied to the current scope so that
the change only affects the current scope.
- If you explicitly create an item that shares its name with an item in a
different scope, the original item might be hidden by the new item, but it
isn't overridden or changed.
Expand Down
4 changes: 2 additions & 2 deletions reference/7.2/Microsoft.PowerShell.Core/About/about_Scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ The following are the basic rules of scope:
- If the item isn't found, a new item is created in the current scope.
- If it finds a match, the value of the item is retrieved from the scope
where is was found.
- If you change value, the item is copied to the current scope so that the
change only affects the current scope.
- If you change the value, the item is copied to the current scope so that
the change only affects the current scope.
- If you explicitly create an item that shares its name with an item in a
different scope, the original item might be hidden by the new item, but it
isn't overridden or changed.
Expand Down
4 changes: 2 additions & 2 deletions reference/7.4/Microsoft.PowerShell.Core/About/about_Scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ The following are the basic rules of scope:
- If the item isn't found, a new item is created in the current scope.
- If it finds a match, the value of the item is retrieved from the scope
where is was found.
- If you change value, the item is copied to the current scope so that the
change only affects the current scope.
- If you change the value, the item is copied to the current scope so that
the change only affects the current scope.
- If you explicitly create an item that shares its name with an item in a
different scope, the original item might be hidden by the new item, but it
isn't overridden or changed.
Expand Down
4 changes: 2 additions & 2 deletions reference/7.5/Microsoft.PowerShell.Core/About/about_Scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ The following are the basic rules of scope:
- If the item isn't found, a new item is created in the current scope.
- If it finds a match, the value of the item is retrieved from the scope
where is was found.
- If you change value, the item is copied to the current scope so that the
change only affects the current scope.
- If you change the value, the item is copied to the current scope so that
the change only affects the current scope.
- If you explicitly create an item that shares its name with an item in a
different scope, the original item might be hidden by the new item, but it
isn't overridden or changed.
Expand Down

0 comments on commit e2b636d

Please sign in to comment.