Browse Source

Correct stray instance of "value binding" to new terminology. (#6754)

Geoff Romer 2 months ago
parent
commit
8a8dd01302
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/design/values.md

+ 1 - 1
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
 > them. We need to figure out how to support that without violating the
 > invariant that a live object has live fields.
 > 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
 expression, but materialization only produces ephemeral entire reference
 expressions. An entire reference expression can be implicitly converted to
 expressions. An entire reference expression can be implicitly converted to
 non-entire; this has no run-time effect because it merely discards static
 non-entire; this has no run-time effect because it merely discards static