Skip to content

Commit

Permalink
Chore: fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas authored Jun 7, 2023
1 parent 9b56fc9 commit d2e46c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ parse_one("SELECT x FROM y").from_("z").sql()
```

```sql
'SELECT x FROM y, z'
'SELECT x FROM z'
```

There is also a way to recursively transform the parsed tree by applying a mapping function to each tree node:
Expand Down

0 comments on commit d2e46c3

Please sign in to comment.