devblackops / building-powershell-modules-feedback

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

Grammatical error: #12

Closed jbirley closed 4 years ago

jbirley commented 4 years ago

Chapter 14

Section: Bonus Chapters

States

Recommendation

Section: 14.3 Defining and creating a class (Creating a class using New-Object Callout)

States

PS C:\> $car = New-Object

Recommendation

PS C:\> $car = New-Object -TypeName Car

Section: 14.4 Adding class properties

States

Recommendation

Section: 14.10 Method overloading and signatures

States

Recommendation

Section: 14.12 Initializing a class instance with constructors

States

Recommendation

Section: 14.13.2 Overriding methods

States

Recommendation

Or, even more explicitly stated:

devblackops commented 4 years ago

Nice catches as always!