diff options
Diffstat (limited to 'contributing.txt')
-rw-r--r-- | contributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.txt b/contributing.txt index cb71ca0..fc6e0ba 100644 --- a/contributing.txt +++ b/contributing.txt @@ -46,7 +46,7 @@ What not to contribute? There are a few things that people seem to want to add to Meson but which are not there by design and will not be added either. -The first one is defining your own functions or a generalised for loop. +The first one is defining your own functions or a generalized for loop. These are bad because they would make Meson's DSL Turing complete. The second feature is a Make backend. |