diff options
-rw-r--r-- | docs/markdown/Build-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md index 66c9cb5..de48675 100644 --- a/docs/markdown/Build-options.md +++ b/docs/markdown/Build-options.md @@ -25,7 +25,7 @@ option('some_feature', type : 'feature', value : 'enabled') ## Build option types All types allow a `description` value to be set describing the option, -if no option is set then the name of the option will be used instead. +if no description is set then the name of the option will be used instead. ### Strings |