Charlie Kindel 5 years ago
parent
commit
614d335ed1
1 changed files with 2 additions and 2 deletions
  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;