From 8a8dd013025cfd5390809ae62f843ea89dbf171a Mon Sep 17 00:00:00 2001 From: Geoff Romer Date: Tue, 17 Feb 2026 12:48:08 -0800 Subject: [PATCH] Correct stray instance of "value binding" to new terminology. (#6754) --- docs/design/values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/values.md b/docs/design/values.md index 4306f394c875..f99f249ec74d 100644 --- a/docs/design/values.md +++ b/docs/design/values.md @@ -121,7 +121,7 @@ only entire reference expressions can be destructively moved. > them. We need to figure out how to support that without violating the > invariant that a live object has live fields. -Value binding and copy initialization can be applied to any reference +Value acquisition and copy initialization can be applied to any reference expression, but materialization only produces ephemeral entire reference expressions. An entire reference expression can be implicitly converted to non-entire; this has no run-time effect because it merely discards static