Skip to content

Commit 698ca4e

Browse files
crismansdwheeler
andauthored
One syntax token format, lists to split versions (#10323)
* One syntax token format, lists to split versions Fixes #10322 * format cleanup --------- Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent 73a90a3 commit 698ca4e

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Assignment_Operators.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to use operators to assign values to variables.
33
Locale: en-US
4-
ms.date: 08/24/2022
4+
ms.date: 08/01/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_assignment_operators?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Assignment Operators
@@ -23,19 +23,19 @@ assignment.
2323

2424
The syntax of the assignment operators is as follows:
2525

26-
`<assignable-expression>` `<assignment-operator>` `<value>`
26+
- `<assignable-expression>` `<assignment-operator>` `<value>`
2727

2828
Assignable expressions include variables and properties. The value can be a
2929
single value, an array of values, or a command, expression, or statement.
3030

3131
The increment and decrement operators are unary operators. Each has prefix and
3232
postfix versions.
3333

34-
`<assignable-expression><operator>`
35-
`<operator><assignable-expression>`
34+
- `<assignable-expression><operator>`
35+
- `<operator><assignable-expression>`
3636

37-
The assignable expression must be a number or it must be convertible to a
38-
number.
37+
The value of the assignable expression must be a number or it must be
38+
convertible to a number.
3939

4040
## Using the assignment operator
4141

reference/7.2/Microsoft.PowerShell.Core/About/about_Assignment_Operators.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to use operators to assign values to variables.
33
Locale: en-US
4-
ms.date: 08/24/2022
4+
ms.date: 08/01/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_assignment_operators?view=powershell-7.2&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Assignment Operators
@@ -23,19 +23,19 @@ assignment.
2323

2424
The syntax of the assignment operators is as follows:
2525

26-
`<assignable-expression>` `<assignment-operator>` `<value>`
26+
- `<assignable-expression>` `<assignment-operator>` `<value>`
2727

2828
Assignable expressions include variables and properties. The value can be a
2929
single value, an array of values, or a command, expression, or statement.
3030

3131
The increment and decrement operators are unary operators. Each has prefix and
3232
postfix versions.
3333

34-
`<assignable-expression><operator>`
35-
`<operator><assignable-expression>`
34+
- `<assignable-expression><operator>`
35+
- `<operator><assignable-expression>`
3636

37-
The assignable expression must be a number or it must be convertible to a
38-
number.
37+
The value of the assignable expression must be a number or it must be
38+
convertible to a number.
3939

4040
## Using the assignment operator
4141

reference/7.3/Microsoft.PowerShell.Core/About/about_Assignment_Operators.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to use operators to assign values to variables.
33
Locale: en-US
4-
ms.date: 08/24/2022
4+
ms.date: 08/01/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_assignment_operators?view=powershell-7.3&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Assignment Operators
@@ -23,19 +23,19 @@ assignment.
2323

2424
The syntax of the assignment operators is as follows:
2525

26-
`<assignable-expression>` `<assignment-operator>` `<value>`
26+
- `<assignable-expression>` `<assignment-operator>` `<value>`
2727

2828
Assignable expressions include variables and properties. The value can be a
2929
single value, an array of values, or a command, expression, or statement.
3030

3131
The increment and decrement operators are unary operators. Each has prefix and
3232
postfix versions.
3333

34-
`<assignable-expression><operator>`
35-
`<operator><assignable-expression>`
34+
- `<assignable-expression><operator>`
35+
- `<operator><assignable-expression>`
3636

37-
The assignable expression must be a number or it must be convertible to a
38-
number.
37+
The value of the assignable expression must be a number or it must be
38+
convertible to a number.
3939

4040
## Using the assignment operator
4141

reference/7.4/Microsoft.PowerShell.Core/About/about_Assignment_Operators.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how to use operators to assign values to variables.
33
Locale: en-US
4-
ms.date: 08/24/2022
4+
ms.date: 08/01/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_assignment_operators?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Assignment Operators
@@ -23,19 +23,19 @@ assignment.
2323

2424
The syntax of the assignment operators is as follows:
2525

26-
`<assignable-expression>` `<assignment-operator>` `<value>`
26+
- `<assignable-expression>` `<assignment-operator>` `<value>`
2727

2828
Assignable expressions include variables and properties. The value can be a
2929
single value, an array of values, or a command, expression, or statement.
3030

3131
The increment and decrement operators are unary operators. Each has prefix and
3232
postfix versions.
3333

34-
`<assignable-expression><operator>`
35-
`<operator><assignable-expression>`
34+
- `<assignable-expression><operator>`
35+
- `<operator><assignable-expression>`
3636

37-
The assignable expression must be a number or it must be convertible to a
38-
number.
37+
The value of the assignable expression must be a number or it must be
38+
convertible to a number.
3939

4040
## Using the assignment operator
4141

0 commit comments

Comments
 (0)