Typo
This commit is contained in:
parent
58204a3c39
commit
46222bbc43
|
@ -175,7 +175,7 @@ public:
|
||||||
/* String coercion. Converts strings, paths and derivations to a
|
/* String coercion. Converts strings, paths and derivations to a
|
||||||
string. If `coerceMore' is set, also converts nulls, integers,
|
string. If `coerceMore' is set, also converts nulls, integers,
|
||||||
booleans and lists to a string. If `copyToStore' is set,
|
booleans and lists to a string. If `copyToStore' is set,
|
||||||
referenced paths are copied to the Nix store as a side effect.q */
|
referenced paths are copied to the Nix store as a side effect. */
|
||||||
string coerceToString(Value & v, PathSet & context,
|
string coerceToString(Value & v, PathSet & context,
|
||||||
bool coerceMore = false, bool copyToStore = true);
|
bool coerceMore = false, bool copyToStore = true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue