diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2018-07-30 18:12:51 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-31 19:12:18 +0300 |
commit | a5d0a501fd27a7a68675f5ca6b371ee3c0234016 (patch) | |
tree | 75b3ae4d3e01c8d0173989683308dba82e1dca11 | |
parent | b293f7bd2c715a77adfdded9ea755eec7f4bec0d (diff) | |
download | meson-a5d0a501fd27a7a68675f5ca6b371ee3c0234016.zip meson-a5d0a501fd27a7a68675f5ca6b371ee3c0234016.tar.gz meson-a5d0a501fd27a7a68675f5ca6b371ee3c0234016.tar.bz2 |
[skip ci] Typo fix in Build-options.md: "option" -> "description"
-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 |