Skip to content

Commit

Permalink
Merge pull request #30 from ana-estrada/ana-estrada/gh-pages/feature/…
Browse files Browse the repository at this point in the history
…GM-13532/add_bind_variable_examples

Fix typo
  • Loading branch information
oskar-van-rest authored Oct 4, 2018
2 parents 6d042b4 + 465ed3f commit deb7565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pgql-1.1-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ SELECT n.age
OR n.age > ?
```
In the following query, bind variables are used in `LIMIT and `OFFSET`:
In the following query, bind variables are used in `LIMIT` and `OFFSET`:
```sql
SELECT n.name, n.age
Expand Down

0 comments on commit deb7565

Please sign in to comment.