From 85176c00372e9f43fb39a7faf9055fdc85457ecc Mon Sep 17 00:00:00 2001 From: Barry Hughes <3594411+barryhughes@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:28:45 -0700 Subject: [PATCH] Tweak comment --- .../src/Database/Migrations/MetaToCustomTableMigrator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php b/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php index 7873a9abf84..1401be4816a 100644 --- a/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php +++ b/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php @@ -660,7 +660,7 @@ WHERE $where_clause } /** - * Fill source metadata for given IDS for verification. This will return filled data in following format: + * Fill source metadata for given IDs for verification. This will return filled data in following format: * [ * { * $source_table_$source_column: $value,