From da2ea717323661772430fb1fceaea280da6c487e Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Fri, 12 Dec 2025 16:01:13 -0500 Subject: docs(summary): Correct example output The sample output for the example failed to jibe with reality in several ways: - 'prefix' was not included in the inputs, so it isn't displayed - Boolean values are printed lowercase ('true', not 'True') - The array formatting would be properly aligned --- docs/yaml/functions/summary.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/yaml/functions/summary.yaml b/docs/yaml/functions/summary.yaml index b5312821e..f3b897540 100644 --- a/docs/yaml/functions/summary.yaml +++ b/docs/yaml/functions/summary.yaml @@ -47,18 +47,17 @@ example: | My Project 1.0 Directories - prefix : /opt/gnome bindir : bin libdir : lib/x86_64-linux-gnu datadir : share Configuration - Some boolean : False - Another boolean: True + Some boolean : false + Another boolean: true Some string : Hello World - An array : string + An array : string 1 - True + true ``` arg_flattening: false -- cgit v1.2.3