diff --git a/.datatables-commit-sync b/.datatables-commit-sync index e51354be..cdee0872 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -a70f4eb5286c69d9215a230fc0d663f9f4731342 +2283d5aa8c1708fe1e4087ff7d83c4162ea1c28a diff --git a/examples/server_side/scripts/ids-arrays.php b/examples/server_side/scripts/ids-arrays.php index f8e69c8f..b8fb1e03 100644 --- a/examples/server_side/scripts/ids-arrays.php +++ b/examples/server_side/scripts/ids-arrays.php @@ -3,7 +3,7 @@ /* * DataTables example server-side processing script. * - * Please note that this script is intentionally extremely simply to show how + * Please note that this script is intentionally extremely simple to show how * server-side processing can be implemented, and probably shouldn't be used as * the basis for a large complex system. It is suitable for simple use cases as * for learning. diff --git a/examples/server_side/scripts/ids-objects.php b/examples/server_side/scripts/ids-objects.php index c3d339f1..eb80661c 100644 --- a/examples/server_side/scripts/ids-objects.php +++ b/examples/server_side/scripts/ids-objects.php @@ -3,7 +3,7 @@ /* * DataTables example server-side processing script. * - * Please note that this script is intentionally extremely simply to show how + * Please note that this script is intentionally extremely simple to show how * server-side processing can be implemented, and probably shouldn't be used as * the basis for a large complex system. It is suitable for simple use cases as * for learning. diff --git a/examples/server_side/scripts/jsonp.php b/examples/server_side/scripts/jsonp.php index 4aac77dc..a07538e2 100644 --- a/examples/server_side/scripts/jsonp.php +++ b/examples/server_side/scripts/jsonp.php @@ -3,7 +3,7 @@ /* * DataTables example server-side processing script. * - * Please note that this script is intentionally extremely simply to show how + * Please note that this script is intentionally extremely simple to show how * server-side processing can be implemented, and probably shouldn't be used as * the basis for a large complex system. It is suitable for simple use cases as * for learning. diff --git a/examples/server_side/scripts/post.php b/examples/server_side/scripts/post.php index 41901d7d..764c91d5 100644 --- a/examples/server_side/scripts/post.php +++ b/examples/server_side/scripts/post.php @@ -3,7 +3,7 @@ /* * DataTables example server-side processing script. * - * Please note that this script is intentionally extremely simply to show how + * Please note that this script is intentionally extremely simple to show how * server-side processing can be implemented, and probably shouldn't be used as * the basis for a large complex system. It is suitable for simple use cases as * for learning. diff --git a/examples/server_side/scripts/server_processing.php b/examples/server_side/scripts/server_processing.php index 7717d6ef..3fec7315 100644 --- a/examples/server_side/scripts/server_processing.php +++ b/examples/server_side/scripts/server_processing.php @@ -3,7 +3,7 @@ /* * DataTables example server-side processing script. * - * Please note that this script is intentionally extremely simply to show how + * Please note that this script is intentionally extremely simple to show how * server-side processing can be implemented, and probably shouldn't be used as * the basis for a large complex system. It is suitable for simple use cases as * for learning.