1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00
This commit is contained in:
‮rekcäH nitraM‮ 2024-12-05 20:10:59 +01:00 committed by GitHub
parent a8a572b11b
commit 49fa31fb4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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