diff --git a/docs/pull_queries.md b/docs/pull_queries.md index 97e0f816..202f069f 100644 --- a/docs/pull_queries.md +++ b/docs/pull_queries.md @@ -147,7 +147,9 @@ context.CreatePullQuery() .Take(2); ``` ```SQL -SELECT * from tweets LIMIT 2; +SELECT * + FROM tweets + LIMIT 2; ``` ### GetManyAsync