Skip to content

Commit 0b488e2

Browse files
authored
Update Split-Path.md (#10316)
Improve documentation readability and consistency by adding markdown code around return value.
1 parent 8a8649e commit 0b488e2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

reference/5.1/Microsoft.PowerShell.Management/Split-Path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 12/12/2022
5+
ms.date: 07/31/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/split-path?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Split-Path
@@ -195,7 +195,7 @@ Accept wildcard characters: False
195195
### -Leaf
196196

197197
Indicates that this cmdlet returns only the last item or container in the path. For example, in the
198-
path `C:\Test\Logs\Pass1.log`, it returns only Pass1.log.
198+
path `C:\Test\Logs\Pass1.log`, it returns only `Pass1.log`.
199199

200200
```yaml
201201
Type: System.Management.Automation.SwitchParameter

reference/7.2/Microsoft.PowerShell.Management/Split-Path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 12/12/2022
5+
ms.date: 07/31/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/split-path?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Split-Path
@@ -225,7 +225,7 @@ Accept wildcard characters: False
225225
### -Leaf
226226

227227
Indicates that this cmdlet returns only the last item or container in the path. For example, in the
228-
path `C:\Test\Logs\Pass1.log`, it returns only Pass1.log.
228+
path `C:\Test\Logs\Pass1.log`, it returns only `Pass1.log`.
229229

230230
```yaml
231231
Type: System.Management.Automation.SwitchParameter

reference/7.3/Microsoft.PowerShell.Management/Split-Path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 12/12/2022
5+
ms.date: 07/31/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/split-path?view=powershell-7.3&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Split-Path
@@ -225,7 +225,7 @@ Accept wildcard characters: False
225225
### -Leaf
226226

227227
Indicates that this cmdlet returns only the last item or container in the path. For example, in the
228-
path `C:\Test\Logs\Pass1.log`, it returns only Pass1.log.
228+
path `C:\Test\Logs\Pass1.log`, it returns only `Pass1.log`.
229229

230230
```yaml
231231
Type: System.Management.Automation.SwitchParameter

reference/7.4/Microsoft.PowerShell.Management/Split-Path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 12/12/2022
5+
ms.date: 07/31/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/split-path?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Split-Path
@@ -225,7 +225,7 @@ Accept wildcard characters: False
225225
### -Leaf
226226

227227
Indicates that this cmdlet returns only the last item or container in the path. For example, in the
228-
path `C:\Test\Logs\Pass1.log`, it returns only Pass1.log.
228+
path `C:\Test\Logs\Pass1.log`, it returns only `Pass1.log`.
229229

230230
```yaml
231231
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)