You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/limit-and-offset.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Now let's see how to get only a **range of results**.
10
10
11
11
## Create Data
12
12
13
-
We will continue with the same code as before, but we'll modify it a little the `select_heroes()` function to simplify the example and focus on what we want to achieve here.
13
+
We will continue with the same code as before, but we'll modify it a little in the `select_heroes()` function to simplify the example and focus on what we want to achieve here.
14
14
15
15
Again, we will create several heroes to have some data to select from:
0 commit comments