From 7cd6415a7524f6441a647b47656f84d81ac85425 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 5 Dec 2025 21:09:10 -0500 Subject: [PATCH] fix the docs on the output.get_name() lua function --- src/lua/output.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua/output.zig b/src/lua/output.zig index 305530f..c5da96f 100644 --- a/src/lua/output.zig +++ b/src/lua/output.zig @@ -165,7 +165,7 @@ pub fn get_description(L: *zlua.Lua) i32 { return 1; } -/// ---Get the description for the output +/// ---Get the name of the output /// ---@param output_id output_id 0 maps to focused output /// ---@return stirng pub fn get_name(L: *zlua.Lua) i32 {