devblackops / building-powershell-modules-feedback

Feedback on the PowerShell Module Development book
6 stars 1 forks source link

Code Error: Bonus chapter - Create a class using new-object #32

Closed wsmelton closed 3 years ago

wsmelton commented 3 years ago

Description

Minor syntax on the note block Create a class using New-Object.

Chapter/section/subsection

Current behavior

References using the <type>]:::new() method

Expected behavior

Should be <type>]::new() (one less :)

Possible solution

Remove the extra colon

Screenshots

image

devblackops commented 3 years ago

Thanks! Fixed.