From 3970cd5c97a37a37f3a3e1a96ac21104265ab427 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Mon, 28 Jul 2025 17:18:25 +0200 Subject: [PATCH] fix typo --- lua/ansible/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ansible/init.lua b/lua/ansible/init.lua index 5f3adff..9cbadbb 100644 --- a/lua/ansible/init.lua +++ b/lua/ansible/init.lua @@ -60,7 +60,7 @@ M.example = function() -- do not get stuck on lines that do not match above print('did not match the line, node type: ', node:type(), ', line: ', line) - -- insert it anyway, we do not want to loose lines + -- insert it anyway, we do not want to lose lines table.insert(objects, { sort_line = line, lines = {line},