Skip to content

Commit 8a777e0

Browse files
cincuranetSean Wheeler
authored and
Sean Wheeler
committed
Added missing bullet (#2133)
1 parent 667934c commit 8a777e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/3.0/Microsoft.PowerShell.Utility/New-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ New-Object returns the object that is created.
266266
## NOTES
267267
* New-Object provides the most commonly-used functionality of the VBScript CreateObject function. A statement like Set objShell = CreateObject("Shell.Application") in VBScript can be translated to $objShell = New-Object -COMObject "Shell.Application" in Windows PowerShell.
268268
269-
New-Object expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.
269+
* New-Object expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.
270270
271271
*
272272
## RELATED LINKS

reference/4.0/Microsoft.PowerShell.Utility/New-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ New-Object returns the object that is created.
276276
## NOTES
277277
* New-Object provides the most commonly-used functionality of the VBScript CreateObject function. A statement like Set objShell = CreateObject("Shell.Application") in VBScript can be translated to $objShell = New-Object -COMObject "Shell.Application" in Windows PowerShell.
278278
279-
New-Object expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.
279+
* New-Object expands upon the functionality available in the Windows Script Host environment by making it easy to work with .NET Framework objects from the command line and within scripts.
280280
281281
*
282282

0 commit comments

Comments
 (0)