lib/attrsets: Fix error in comment for getAttrFromPath (#78136)
lib/attrsets: Fix error in comment for getAttrFromPath
This commit is contained in:
commit
cc6d303c16
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue