Skip to content

Commit f25cf8a

Browse files
Apply suggestions from review
1 parent ee5c9a2 commit f25cf8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Example:
390390

391391
For best results, the right-hand side of the `-like` and `-notlike` operators
392392
should be a string literal containing the wildcard expression. PowerShell
393-
passes the wildcard expression to the wildcard expression parser. To match a one
393+
passes the wildcard expression to the wildcard expression parser. To match one
394394
of the wildcard characters (`*`, `?`, or `[ ]`), you must escape it with a
395395
backtick (`` ` ``) character. For example, to match a literal `?`, use
396396
`` `? `` in the wildcard expression. If you use an expandable string

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Example:
390390

391391
For best results, the right-hand side of the `-like` and `-notlike` operators
392392
should be a string literal containing the wildcard expression. PowerShell
393-
passes the wildcard expression to the wildcard expression parser. To match a one
393+
passes the wildcard expression to the wildcard expression parser. To match one
394394
of the wildcard characters (`*`, `?`, or `[ ]`), you must escape it with a
395395
backtick (`` ` ``) character. For example, to match a literal `?`, use
396396
`` `? `` in the wildcard expression. If you use an expandable string

reference/7.5/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Example:
390390

391391
For best results, the right-hand side of the `-like` and `-notlike` operators
392392
should be a string literal containing the wildcard expression. PowerShell
393-
passes the wildcard expression to the wildcard expression parser. To match a one
393+
passes the wildcard expression to the wildcard expression parser. To match one
394394
of the wildcard characters (`*`, `?`, or `[ ]`), you must escape it with a
395395
backtick (`` ` ``) character. For example, to match a literal `?`, use
396396
`` `? `` in the wildcard expression. If you use an expandable string

reference/7.6/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Example:
390390

391391
For best results, the right-hand side of the `-like` and `-notlike` operators
392392
should be a string literal containing the wildcard expression. PowerShell
393-
passes the wildcard expression to the wildcard expression parser. To match a one
393+
passes the wildcard expression to the wildcard expression parser. To match one
394394
of the wildcard characters (`*`, `?`, or `[ ]`), you must escape it with a
395395
backtick (`` ` ``) character. For example, to match a literal `?`, use
396396
`` `? `` in the wildcard expression. If you use an expandable string

0 commit comments

Comments
 (0)