From 8d71a9f942c44ef9844b61be4051b64cc5ff26c1 Mon Sep 17 00:00:00 2001 From: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:21:19 -0800 Subject: [PATCH] [README.md] trivial typo (#3907) --- Terminal.Gui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/README.md b/Terminal.Gui/README.md index 68c7e8f5d..a81027c1d 100644 --- a/Terminal.Gui/README.md +++ b/Terminal.Gui/README.md @@ -17,7 +17,7 @@ All files required to build the **Terminal.Gui** library (and NuGet package). - `Window` - Derived from `TopLevel`; implements toplevel views with a visible frame and Title. - `Types/` - A folder (not namespace) containing implementations of `Point`, `Rect`, and `Size` which are ancient versions of the modern `System.Drawing.Point`, `System.Drawing.Size`, and `System.Drawning.Rectangle`. - `ConsoleDrivers/` - Source files for the three `ConsoleDriver`-based drivers: .NET: `NetDriver`, Unix & Mac: `UnixDriver`, and Windows: `WindowsDriver`. -- `Views/` - A folder (not namespace) containing the source for all built-in classes that drive from `View` (non-modals). +- `Views/` - A folder (not namespace) containing the source for all built-in classes that derive from `View` (non-modals). - `Windows/` - A folder (not namespace) containing the source of all built-in classes that derive from `Window`. ## Version numbers