From 6b7eb0625bf4bf0b8c52235489f945ffd7ce956d Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 25 Oct 2018 08:19:28 +0200 Subject: [PATCH] lvalues are called places in Rust --- reference/src/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/src/introduction.md b/reference/src/introduction.md index 461e8458..71c57fff 100644 --- a/reference/src/introduction.md +++ b/reference/src/introduction.md @@ -8,7 +8,7 @@ * *niche* * *layout* * *tag* -* *rvalue* -* *lvalue* +* *place* (or *lvalue* in C/C++ speak) +* *rvalue* (maybe we can come up with a Rust term for this as well?) ## Unsafe abstraction