From 2a517201ad2930ee1fd332636fe3afdc8439d502 Mon Sep 17 00:00:00 2001 From: Ed Sabol Date: Thu, 9 Nov 2023 21:36:07 -0500 Subject: [PATCH] Fix typo in migration.rst Found a typo in the 4.7 migration document. Trivial PR. Please merge. --- src/site/sphinx/migration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/sphinx/migration.rst b/src/site/sphinx/migration.rst index 94f299fab..b21a961c0 100644 --- a/src/site/sphinx/migration.rst +++ b/src/site/sphinx/migration.rst @@ -2,7 +2,7 @@ Migration to 4.7 ********************************* -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. +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. 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.