Skip to content

Commit 114ed87

Browse files
authored
Fixing typo #604 (#610)
Cherry-picked from #604
1 parent de2c710 commit 114ed87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

modules/ROOT/pages/clauses/skip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ORDER BY n.name
177177
SKIP 1 + toInteger(3*rand())
178178
----
179179

180-
Skip the firs row plus randomly 0, 1, or 2. So randomly skip 1, 2, or 3 rows.
180+
Skip the first row plus randomly 0, 1, or 2. So randomly skip 1, 2, or 3 rows.
181181

182182
.Result
183183
[role="queryresult",options="header,footer",cols="1*<m"]

0 commit comments

Comments
 (0)