Skip to content

Commit 03d6af2

Browse files
authored
Merge pull request #333 from kunzaatko/patch-1
fix: typo
2 parents a30fcc8 + 8e8ee1e commit 03d6af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you want to use a function that does not support missing values out of the bo
8888

8989
## Piping data through a LINQ style query
9090

91-
LINQ style queries can also be intgrated into data pipelines that are constructed via the `|>` operator. Such queries are started with the `@query` macro instead of
91+
LINQ style queries can also be integrated into data pipelines that are constructed via the `|>` operator. Such queries are started with the `@query` macro instead of
9292
the `@from` macro. The main difference between those two macros is that the `@query` macro does not take an argument for the data source, instead the data source needs to be piped into the query. In practice the syntax for the `@query` macro looks like this:
9393

9494
```julia

0 commit comments

Comments
 (0)