mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 08:44:47 +03:00
Merge pull request #3459 from dee-see/master
[powershell/en] Fix typo in powershell page
This commit is contained in:
commit
6c7c14a9f9
@ -245,7 +245,7 @@ function New-Website() {
|
||||
'string' | gm
|
||||
|
||||
# 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
|
||||
# while PS functions CANNOT be called with parentheses.
|
||||
|
Loading…
Reference in New Issue
Block a user