Skip to content

Commit c429197

Browse files
authored
tiny typo (apache#709)
1 parent 09d5362 commit c429197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom_sql_parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I have explored many different ways of building this library to make it easy to
44

55
The concept is simply to write a new parser that delegates to the ANSI parser so that as much as possible of the core functionality can be re-used.
66

7-
I also plan on building in specific support for custom data types, where a lambda function can be parsed to the parser to parse data types.
7+
I also plan on building in specific support for custom data types, where a lambda function can be passed to the parser to parse data types.
88

99
For an example of this, see the [DataFusion](https://github.com/apache/arrow-datafusion) project and its [query planner] (https://github.com/apache/arrow-datafusion/tree/master/datafusion/sql).
1010

0 commit comments

Comments
 (0)