mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 18:11:38 +00:00
Fix typo in powershell page
This commit is contained in:
parent
96a44abb1d
commit
8847563b08
@ -245,7 +245,7 @@ function New-Website() {
|
|||||||
'string' | gm
|
'string' | gm
|
||||||
|
|
||||||
# Syntax for calling static .NET methods
|
# Syntax for calling static .NET methods
|
||||||
\[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
|
[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
|
||||||
|
|
||||||
# Note that .NET functions MUST be called with parentheses
|
# Note that .NET functions MUST be called with parentheses
|
||||||
# while PS functions CANNOT be called with parentheses.
|
# while PS functions CANNOT be called with parentheses.
|
||||||
|
Loading…
Reference in New Issue
Block a user