From f32a02b54755f217c515054a2d9d75e7eb244fa2 Mon Sep 17 00:00:00 2001 From: luvarqpp Date: Sat, 11 Apr 2020 10:29:42 +0200 Subject: [PATCH] Do not break space in example Change regular space to non breaking space in illustrative text. Changed just single character. NOTE: Correct change would be perhaps to disable soft wrapping of given sentence part. This way (my fix) is just workaround, where we say, that quux property does have some value, but I have (by this PR) changed actual value. --- docs/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.adoc b/docs/README.adoc index cf18c1df..8cacb976 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -117,7 +117,7 @@ baz=qux quux= quuz ---- -In this example, _block2_ contains a _foo_ property equal to _"bar"_ and a _quux_ property equal to _" quuz"_ (including the leading space). +In this example, _block2_ contains a _foo_ property equal to _"bar"_ and a _quux_ property equal to _" quuz"_ (including the leading space). Everything after the equal sign will be part of the value, thus inline comments won't be stripped out. At runtime, these properties are simply variables, that are passed along to the status bar program when printing is necessary.