From 11aee24895ce69b83183a5726a1edbb0c34e81bf Mon Sep 17 00:00:00 2001 From: "R. Roggow" Date: Thu, 8 May 2025 10:19:18 -0500 Subject: [PATCH] Update labview-hello-world.adoc I used the wrong character... so the highlights were funny. --- www/en/modules/ROOT/pages/labview-hello-world.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/en/modules/ROOT/pages/labview-hello-world.adoc b/www/en/modules/ROOT/pages/labview-hello-world.adoc index 3fe49d0..f39158c 100644 --- a/www/en/modules/ROOT/pages/labview-hello-world.adoc +++ b/www/en/modules/ROOT/pages/labview-hello-world.adoc @@ -114,9 +114,9 @@ image::cm_016.00_WriteDO_TrueConstant_Labeled.png[] * Finally let's wire in a couple of outputs. -* Right-click on the 'Identity' output node for *Initialize.vi* hover over `Create' and select 'Indicator`. -Then we need an error out indicator, so Right-click on the 'error out' node, the bottom right corner, of the *Close.vi* and -hover over `Create' and select 'Indicator`. +* Right-click on the `Identity` output node for *Initialize.vi* hover over `Create` and select `Indicator`. +Then we need an error out indicator, so Right-click on the `error out` node, the bottom right corner, of the *Close.vi* and +hover over `Create` and select `Indicator`. image::cm_019.00_RightClick-Create-Indicator_Initialize.png[] image::cm_022.00_Initialize-IdentityOutputIndicatorWired.png[]