diff --git a/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs b/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs index 78a46a83e4e..b9f3bb4d160 100644 --- a/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs +++ b/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs @@ -125,7 +125,7 @@ static ExperimentalFeature() name: "PSCoalescingOperators", description: "Support the null coalescing operator and null coalescing assignment operator in PowerShell language"), new ExperimentalFeature( - name: "PSBashCommandOperators", + name: "PSPipelineChainOperators", description: "Allow use of && and || as operators between pipeline invocations"), }; EngineExperimentalFeatures = new ReadOnlyCollection(engineFeatures);