From a67f0d684ba0fe5194ca24b284e33da4f8a1fb01 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 20 Feb 2025 22:27:28 +0200 Subject: [PATCH] fix sentence --- src/rust-2024/temporary-tail-expr-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2024/temporary-tail-expr-scope.md b/src/rust-2024/temporary-tail-expr-scope.md index ced4439e..782a5e06 100644 --- a/src/rust-2024/temporary-tail-expr-scope.md +++ b/src/rust-2024/temporary-tail-expr-scope.md @@ -2,7 +2,7 @@ ## Summary -- Temporary values generated in evaluation of the tail expression of a [function] or closure body, or a [block] may now be dropped before local variables, and are sometimes not extended to the next larger temporary scope. +- Temporary values generated in evaluation of the tail expression of a [function], a closure body, or a [block], may now be dropped before local variables, and are sometimes not extended to the next larger temporary scope. [function]: ../../reference/items/functions.html [block]: ../../reference/expressions/block-expr.html