diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-12-08 20:46:02 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-09 01:51:29 +0200 |
commit | 8d795a84036e7aa2da88f2ca76bd50459d4a0bae (patch) | |
tree | 9883c809ee581d99f59976ae75c8988fad6611f2 /docs/markdown | |
parent | 3d63f21b60b5687f1ebe2a685a7ad205d61d3d6f (diff) | |
download | meson-8d795a84036e7aa2da88f2ca76bd50459d4a0bae.zip meson-8d795a84036e7aa2da88f2ca76bd50459d4a0bae.tar.gz meson-8d795a84036e7aa2da88f2ca76bd50459d4a0bae.tar.bz2 |
Fix typo in release note snippet for get_unquoted
Grammar is still a bit fractured, but I'm not entirely sure what it's trying to say.
Diffstat (limited to 'docs/markdown')
-rwxr-xr-x | docs/markdown/snippets/get_unquoted.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/get_unquoted.md b/docs/markdown/snippets/get_unquoted.md index 5f8969d..a6bfc4f 100755 --- a/docs/markdown/snippets/get_unquoted.md +++ b/docs/markdown/snippets/get_unquoted.md @@ -1,4 +1,4 @@ -# `get_unquoted()` mehod for the `configuration` data object +# `get_unquoted()` method for the `configuration` data object -New convenience method that allow reusing a variable value +New convenience method that allows reusing a variable value defined quoted. Useful in C for config.h strings for example. |