From c8fc2ec398ad4017075e00319991399fe7a26b57 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 19 May 2023 22:09:24 -0400 Subject: [PATCH] lib: fix typos --- lib/generators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generators.nix b/lib/generators.nix index aace53e2f750..496845fc9ae4 100644 --- a/lib/generators.nix +++ b/lib/generators.nix @@ -431,7 +431,7 @@ ${expr "" v} /* Translate a simple Nix expression to Lua representation with occasional - Lua-inlines that can be construted by mkLuaInline function. + Lua-inlines that can be constructed by mkLuaInline function. Configuration: * multiline - by default is true which results in indented block-like view.