fix the docs on the output.get_name() lua function

This commit is contained in:
Squibid 2025-12-05 21:09:10 -05:00
parent 63109e07da
commit 7cd6415a75
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -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 {