lib/attrsets: Fix error in comment for getAttrFromPath (#78136)

lib/attrsets: Fix error in comment for getAttrFromPath
This commit is contained in:
Silvan Mosberger 2020-01-20 22:57:08 +01:00 committed by GitHub
commit cc6d303c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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