From 2e5f28b70da4bcb9030ef38fafa4ad2204a1de13 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sun, 7 Jun 2020 15:20:43 -0600 Subject: [PATCH] API docs --- Terminal.Gui/Core/ConsoleDriver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/Core/ConsoleDriver.cs b/Terminal.Gui/Core/ConsoleDriver.cs index 5d7205bac..77f61f1e2 100644 --- a/Terminal.Gui/Core/ConsoleDriver.cs +++ b/Terminal.Gui/Core/ConsoleDriver.cs @@ -989,12 +989,12 @@ namespace Terminal.Gui { public Rune UpArrow; /// - /// Left indicator for default action (e.g. '<' for ). + /// Left indicator for default action (e.g. for ). /// public Rune LeftDefaultIndicator; /// - /// Right indicator for default action (e.g. '>' for ). + /// Right indicator for default action (e.g. for ). /// public Rune RightDefaultIndicator;