summaryrefslogtreecommitdiff
path: root/doc/source/projectconf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/projectconf.rst')
-rw-r--r--doc/source/projectconf.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst
index 9af52d65a..ead949c6c 100644
--- a/doc/source/projectconf.rst
+++ b/doc/source/projectconf.rst
@@ -369,7 +369,7 @@ need not be specified and will default to an empty set.
**Evaluating**
-Flags type options can be tested in conditional expressions using
+Options of type ``flags`` can be tested in conditional expressions using
a pythonic *in* syntax to test if an element is present in a set:
.. code:: yaml
@@ -389,7 +389,7 @@ exported as a comma separated list of selected value strings.
Architecture
~~~~~~~~~~~~
-The ``arch`` type option is special enumeration option which
+The ``arch`` option type is special enumeration option which
defaults to the result of `uname -m`, and does not support
assigning any default in the project configuration.