diff --git a/Codist/Helpers/WpfHelper.VS.cs b/Codist/Helpers/WpfHelper.VS.cs index 16a8e524..61358a42 100644 --- a/Codist/Helpers/WpfHelper.VS.cs +++ b/Codist/Helpers/WpfHelper.VS.cs @@ -245,7 +245,7 @@ void ShowSymbolToolTip(object sender, ToolTipEventArgs e) { content.AppendLine(); } c = true; - content.Append("return value: ").Append(t.ToDisplayString(QuickInfoSymbolDisplayFormat), true); + content.Append("return type: ").Append(t.ToDisplayString(QuickInfoSymbolDisplayFormat), true); } var f = _Symbol as IFieldSymbol; if (f != null && f.IsConst) {