Skip to content

Commit 902e4c4

Browse files
authored
Fix typo in migration.rst (#1888)
Found a typo in the 4.7 migration document. Trivial PR. Please merge.
1 parent 36b806d commit 902e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/sphinx/migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Migration to 4.7
33
*********************************
44

5-
The new version of JSQLParser 4.7 is a rewrite in order to simply accessing the SQL's Abstract Syntax Tree (AST). Quite a few redundant classes have been removed or merged.
5+
The new version of JSQLParser 4.7 is a rewrite in order to simplify accessing the SQL's Abstract Syntax Tree (AST). Quite a few redundant classes have been removed or merged.
66

77
As always, such a major improvement comes at a certain cost, which is breaking the previous API. Following the guidance below, the new API can be adopted easily although you are welcome to lodge a support request when any questions or concerns arise.
88

0 commit comments

Comments
 (0)