docs/lib: Fix smaller typos

The changes is lib/attrsets.nix make sure the names are consistent with
the names used in the respective description.
This commit is contained in:
Anton Mosich
2025-11-29 22:04:24 +01:00
parent 4fc8af31c0
commit 0ba9a655f2
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ rec {
: A list of strings representing the attribute path to check from `set`
`e`
`set`
: The nested attribute set to check
@@ -563,7 +563,7 @@ rec {
: A list of attribute names to get out of `set`
`attrs`
`set`
: The set to get the named attributes from
+1 -1
View File
@@ -131,7 +131,7 @@ rec {
/**
Generate a line of key `k` and value `v`, separated by
character `sep`. If `sep` appears in `k`, it is escaped.
Helper for synaxes with different separators.
Helper for syntaxes with different separators.
`mkValueString` specifies how values should be formatted.
+1 -1
View File
@@ -1139,7 +1139,7 @@ in
# Type
```
fromHexString :: String -> [ String ]
fromHexString :: String -> Int
```
# Examples