Correct ordering

This commit is contained in:
Fredric Silberberg 2021-11-01 17:05:43 -07:00
parent 3514aabe7c
commit d0176fe491
No known key found for this signature in database
GPG key ID: 5D1C0E06CE5CD929

View file

@ -24,7 +24,7 @@ consistent with the fully written out form of `expr.End.GetOffset(receiver.Lengt
#### Conclusion
Codify the expected behavior as `expr` then `receiver` then `Length`.
Codify the expected behavior as `receiver` then `expr` then `Length`.
### Collection literals