From 94300ce8a7e85116c0f2f53a4b57a5bf6ac7e47a Mon Sep 17 00:00:00 2001 From: William Pursell Date: Thu, 4 Sep 2025 04:01:37 -0600 Subject: docs: Fix grammar ("has" -> "have") The subject of this sentence is the plural "design goals", and the verb must much the pluralism of the subject. --- docs/markdown/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Overview.md b/docs/markdown/Overview.md index f41a3b7a9..66758fdca 100644 --- a/docs/markdown/Overview.md +++ b/docs/markdown/Overview.md @@ -7,7 +7,7 @@ short-description: Overview of the Meson build system Meson is a build system that is designed to be as user-friendly as possible without sacrificing performance. The main tool for this is a custom language used to describe the structure of the build. The main -design goals of this language has been simplicity, clarity and +design goals of this language have been simplicity, clarity and conciseness. Much inspiration was drawn from the Python programming language, which is considered very readable, even to people who have not programmed in Python before. -- cgit v1.2.3