Documentation: Fix referenes to erroneous lib.nvim.types.luaInline

This commit is contained in:
ky-bean 2025-09-08 21:38:28 -07:00
commit e4c8757752
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@
type = nullOr luaInline;
default = null;
example = literalExpression ''
mkLuaInline '''
lib.generators.mkLuaInline '''
function()
print("Saving a Lua file...")
end