From 7fba83890ccf9f2e10a665bb5a7cc9438280742d Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Mon, 2 Jan 2023 07:51:54 +1000 Subject: lib: Fix mismatched quotes in `lib.*` doc comments caused problems for automated rich text generation such as https://teu5us.github.io/nix-lib.html#customisation-functions --- lib/meta.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/meta.nix') diff --git a/lib/meta.nix b/lib/meta.nix index 74b94211552b6..893c671b04fa8 100644 --- a/lib/meta.nix +++ b/lib/meta.nix @@ -27,7 +27,7 @@ rec { setName = name: drv: drv // {inherit name;}; - /* Like `setName', but takes the previous name as an argument. + /* Like `setName`, but takes the previous name as an argument. Example: updateName (oldName: oldName + "-experimental") somePkg -- cgit 1.4.1