PR feedback

Co-authored-by: Julien Couvreur <jcouv@users.noreply.github.com>
This commit is contained in:
AlekseyTs 2021-11-03 09:27:57 -07:00 committed by GitHub
parent 1836890edb
commit 6413e59c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {