From 6e499b73af1764cd26d3db9695eaca353c2afe83 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 14 May 2021 02:07:00 +0200 Subject: [PATCH] Fix typos in 03_Lists.md --- docs/en/02_Developer_Guides/00_Model/03_Lists.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/02_Developer_Guides/00_Model/03_Lists.md b/docs/en/02_Developer_Guides/00_Model/03_Lists.md index bb4161b4a..43ab6e0d7 100644 --- a/docs/en/02_Developer_Guides/00_Model/03_Lists.md +++ b/docs/en/02_Developer_Guides/00_Model/03_Lists.md @@ -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