diff --git a/src/Compilers/Core/Portable/Symbols/TypedConstant.cs b/src/Compilers/Core/Portable/Symbols/TypedConstant.cs index 265bb348eb457..2ac8163e2f7ee 100644 --- a/src/Compilers/Core/Portable/Symbols/TypedConstant.cs +++ b/src/Compilers/Core/Portable/Symbols/TypedConstant.cs @@ -104,7 +104,9 @@ internal object? ValueInternal } /// - /// The value for a array. + /// The value for a array. + /// Returns a ImmutableArray if was passed as the array value; + /// can be used to check for this. /// public ImmutableArray Values {