Skip to content

Commit 0e975a5

Browse files
bergmeisteriSazonov
authored andcommitted
Fix typo in description of PSTernaryOperator experimental feature (PowerShell#10586)
Also make it more consistent with others by not ending in a period.
1 parent ecad5f1 commit 0e975a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static ExperimentalFeature()
114114
description: "New parameter set for ForEach-Object to run script blocks in parallel"),
115115
new ExperimentalFeature(
116116
name: "PSTernaryOperator",
117-
description: "Support the ternary operator in PowerShell langauge.")
117+
description: "Support the ternary operator in PowerShell language")
118118
};
119119
EngineExperimentalFeatures = new ReadOnlyCollection<ExperimentalFeature>(engineFeatures);
120120

0 commit comments

Comments
 (0)