We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PSTernaryOperator
1 parent ecad5f1 commit 0e975a5Copy full SHA for 0e975a5
src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs
@@ -114,7 +114,7 @@ static ExperimentalFeature()
114
description: "New parameter set for ForEach-Object to run script blocks in parallel"),
115
new ExperimentalFeature(
116
name: "PSTernaryOperator",
117
- description: "Support the ternary operator in PowerShell langauge.")
+ description: "Support the ternary operator in PowerShell language")
118
};
119
EngineExperimentalFeatures = new ReadOnlyCollection<ExperimentalFeature>(engineFeatures);
120
0 commit comments