diff options
author | William Pursell <william.r.pursell@gmail.com> | 2025-09-04 04:01:37 -0600 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-09-04 08:56:38 -0400 |
commit | 94300ce8a7e85116c0f2f53a4b57a5bf6ac7e47a (patch) | |
tree | 6a658c3fc5be587ebb0a097fe5a835d417755ba8 /docs/markdown | |
parent | f9e2ac805f99fd168cb1120220281ab0b1717f16 (diff) | |
download | meson-94300ce8a7e85116c0f2f53a4b57a5bf6ac7e47a.zip meson-94300ce8a7e85116c0f2f53a4b57a5bf6ac7e47a.tar.gz meson-94300ce8a7e85116c0f2f53a4b57a5bf6ac7e47a.tar.bz2 |
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.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Overview.md b/docs/markdown/Overview.md index f41a3b7..66758fd 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. |