From 2b16d66b1448550676940abe80d2844a92380cc3 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 24 Aug 2022 22:36:59 +0200 Subject: [PATCH] [examples/helloworld] Minor typo fix. --- examples/helloworld.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helloworld.lua b/examples/helloworld.lua index a7e5ffe..9d3c7c5 100644 --- a/examples/helloworld.lua +++ b/examples/helloworld.lua @@ -1,5 +1,5 @@ --- the ubiquitous "Hello, World!" demo. --- 'Nuff said. +-- The ubiquitous "Hello, World!" demo. +-- 'nuff said. -- -- Layout: Rows -- Widgets: Label, Button