summaryrefslogtreecommitdiffhomepage
path: root/powershell.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2017-09-12 22:00:31 -0700
committerGitHub <noreply@github.com>2017-09-12 22:00:31 -0700
commit67e2ff0162a8c386a51ee2cc49e36a39ad57c0f0 (patch)
tree2078f365dd0173b638f282074c3d21635a225262 /powershell.html.markdown
parent8cba5570bdd5b0d094258e5bc6893ac940e036cf (diff)
Try a backslash to fix formatting
Diffstat (limited to 'powershell.html.markdown')
-rw-r--r--powershell.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown
index bd46051c..5a5050b4 100644
--- a/powershell.html.markdown
+++ b/powershell.html.markdown
@@ -244,7 +244,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.