From 74775d1d72a232c6e9f3976c3d9bd6767b57836e Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Mon, 20 Jan 2020 22:42:38 +0100 Subject: [PATCH] lib/attrsets: Fix error in comment for getAttrFromPath --- lib/attrsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/attrsets.nix b/lib/attrsets.nix index 086c3d746fc1..32994432d53d 100644 --- a/lib/attrsets.nix +++ b/lib/attrsets.nix @@ -60,7 +60,7 @@ rec { [ { name = head attrPath; value = setAttrByPath (tail attrPath) value; } ]; - /* Like `getAttrPath' without a default value. If it doesn't find the + /* Like `attrByPath' without a default value. If it doesn't find the path it will throw. Example: