Charlie Kindel 5 年之前
父節點
當前提交
614d335ed1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Terminal.Gui/Core/ConsoleDriver.cs

+ 2 - 2
Terminal.Gui/Core/ConsoleDriver.cs

@@ -989,12 +989,12 @@ namespace Terminal.Gui {
 		public Rune UpArrow;
 
 		/// <summary>
-		/// Left indicator for default action (e.g. '<' for <see cref="Button"/>).
+		/// Left indicator for default action (e.g. for <see cref="Button"/>).
 		/// </summary>
 		public Rune LeftDefaultIndicator;
 
 		/// <summary>
-		/// Right indicator for default action (e.g. '>' for <see cref="Button"/>).
+		/// Right indicator for default action (e.g. for <see cref="Button"/>).
 		/// </summary>
 		public Rune RightDefaultIndicator;