From 6413e59c4b649b4b17c830b83c8d05c553dea0a0 Mon Sep 17 00:00:00 2001 From: AlekseyTs Date: Wed, 3 Nov 2021 09:27:57 -0700 Subject: [PATCH] PR feedback Co-authored-by: Julien Couvreur --- proposals/csharp-8.0/ranges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/csharp-8.0/ranges.md b/proposals/csharp-8.0/ranges.md index 96ce673..6750651 100644 --- a/proposals/csharp-8.0/ranges.md +++ b/proposals/csharp-8.0/ranges.md @@ -233,7 +233,7 @@ Regardless of the specific conversion strategy, the order of evaluation should b 3. `length` is evaluated, if needed; 4. the `Slice` method is invoked. -The `receiver`, `length`, and `expr` expressions will be spilled as appropriate to ensure any side effects are only executed once. For example: +The `receiver`, `expr`, and `length` expressions will be spilled as appropriate to ensure any side effects are only executed once. For example: ``` csharp class Collection {