aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/eval.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index 16b1c2f23..1828b8c2e 100644
--- a/src/libexpr/eval.cc
+++ b/src/libexpr/eval.cc
@@ -2128,7 +2128,7 @@ std::optional<std::string> EvalState::tryAttrsToString(const PosIdx pos, Value &
Value v1;
callFunction(*i->value, v, v1, pos);
return coerceToString(pos, v1, context,
- "while evaluating the result of the `toString` attribute",
+ "while evaluating the result of the `__toString` attribute",
coerceMore, copyToStore).toOwned();
}