diff --git a/src/EditorFeatures/Core/Wrapping/ChainedExpression/AbstractChainedExpressionWrapper.cs b/src/EditorFeatures/Core/Wrapping/ChainedExpression/AbstractChainedExpressionWrapper.cs index 4538e33f295fda808ba8eeecdd8efc367aaf0825..9809ecfbd49e4e65ae259849a2fd213c644a447a 100644 --- a/src/EditorFeatures/Core/Wrapping/ChainedExpression/AbstractChainedExpressionWrapper.cs +++ b/src/EditorFeatures/Core/Wrapping/ChainedExpression/AbstractChainedExpressionWrapper.cs @@ -38,7 +38,7 @@ namespace Microsoft.CodeAnalysis.Editor.Wrapping.ChainedExpression /// /// This approach gives an intuitive wrapping algorithm that matches the common way /// many wrap dotted invocations, while also effectively not limiting the wrapper to - /// only simple forms like `.a(...).b(...).c(...)`. + /// only simple forms like .a(...).b(...).c(...). /// internal abstract partial class AbstractChainedExpressionWrapper< TNameSyntax,