From 227140678b682c4d9eaeb0bfb612b114e8e923c9 Mon Sep 17 00:00:00 2001 From: Bruce <37983148+BruceClark1@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:53:11 +0000 Subject: [PATCH] Update 2-Basics.md grammatical fix. --- docs/2-Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2-Basics.md b/docs/2-Basics.md index 5ff4b25..6912cdc 100644 --- a/docs/2-Basics.md +++ b/docs/2-Basics.md @@ -292,7 +292,7 @@ an array of `location` objects which almost always contains exactly one element: } ``` -`result.locations` is optional because a location doesn't always sense. +`result.locations` is optional because a location doesn't always make sense. For example, if a tool tells you that your C# program _doesn't have_ a `Main` entry point, what location should it mention?