mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Fix typo (#12015)
This commit is contained in:
parent
a8a572b11b
commit
49fa31fb4c
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ static RegisterPrimOp primop_warn({
|
||||||
.name = "__warn",
|
.name = "__warn",
|
||||||
.args = {"e1", "e2"},
|
.args = {"e1", "e2"},
|
||||||
.doc = R"(
|
.doc = R"(
|
||||||
Evaluate *e1*, which must be a string and print iton standard error as a warning.
|
Evaluate *e1*, which must be a string, and print it on standard error as a warning.
|
||||||
Then return *e2*.
|
Then return *e2*.
|
||||||
This function is useful for non-critical situations where attention is advisable.
|
This function is useful for non-critical situations where attention is advisable.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue