mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix typos in 03_Lists.md
This commit is contained in:
parent
07bcd041ab
commit
6e499b73af
@ -110,10 +110,10 @@ foreach ($members as $member) {
|
||||
}
|
||||
```
|
||||
|
||||
They are some limitations:
|
||||
There are some limitations:
|
||||
* `chunkedFetch()` will ignore any limit or offset you have applied to your DataList
|
||||
* you can not "count" a chunked list or do any other call against it aside from iterating it
|
||||
* while iterating over a chunked list, you can not perform any operation that would alter the order of the items.
|
||||
* you cannot "count" a chunked list or do any other call against it aside from iterating it
|
||||
* while iterating over a chunked list, you cannot perform any operation that would alter the order of the items.
|
||||
|
||||
## ArrayList
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user