summaryrefslogtreecommitdiff
path: root/docs/markdown/Overview.md
diff options
context:
space:
mode:
authornasso <nassomails@gmail.com>2025-05-08 13:16:40 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-05-14 22:34:02 +0300
commita096df02e17f8f0644f988c10986688d97ec1a66 (patch)
treef157e4259107261536de7b32520dc50b3c927b13 /docs/markdown/Overview.md
parent14010f4dfdb9847944592149b189184ab59b6de0 (diff)
downloadmeson-a096df02e17f8f0644f988c10986688d97ec1a66.tar.gz
docs: gender neutral pronouns for "the user"
Diffstat (limited to 'docs/markdown/Overview.md')
-rw-r--r--docs/markdown/Overview.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/markdown/Overview.md b/docs/markdown/Overview.md
index 7bee93789..f41a3b7a9 100644
--- a/docs/markdown/Overview.md
+++ b/docs/markdown/Overview.md
@@ -6,11 +6,11 @@ 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 that the user uses to describe the structure of his
-build. The main design goals of this language has 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.
+custom language used to describe the structure of the build. The main
+design goals of this language has 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.
Another main idea has been to provide first class support for modern
programming tools and best practices. These include features as varied