Skip to content

Commit e83791d

Browse files
authored
fixing typo (#604)
1 parent 84a48fb commit e83791d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/skip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ORDER BY n.name
9898
SKIP 1 + toInteger(3*rand())
9999
----
100100

101-
Skip the firs row plus randomly 0, 1, or 2.
101+
Skip the first row plus randomly 0, 1, or 2.
102102
So randomly skip 1, 2, or 3 rows.
103103

104104
.Result

0 commit comments

Comments
 (0)