Fixed typo in combinators.md

line 303, 'Jonh' -> 'John'
This commit is contained in:
therealnick233 2023-07-14 18:36:42 +08:00 committed by GitHub
parent 4bb95305a4
commit 103a689edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ SELECT groupArrayResample(30, 75, 30)(name, age) FROM people
Consider the results.
`Jonh` is out of the sample because hes too young. Other people are distributed according to the specified age intervals.
`John` is out of the sample because hes too young. Other people are distributed according to the specified age intervals.
Now lets count the total number of people and their average wage in the specified age intervals.