From 649c1a38ffa1d0f01ee7ce0748feb40f101beaa5 Mon Sep 17 00:00:00 2001 From: Vladimir Kolchin Date: Fri, 13 Jan 2023 08:36:14 +0100 Subject: [PATCH] fixed comment --- lib/RetailCrm/Client/AbstractLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RetailCrm/Client/AbstractLoader.php b/lib/RetailCrm/Client/AbstractLoader.php index c7db224..d590b8e 100755 --- a/lib/RetailCrm/Client/AbstractLoader.php +++ b/lib/RetailCrm/Client/AbstractLoader.php @@ -173,7 +173,7 @@ abstract class AbstractLoader } /** - * Returns system version, public and technical urls + * Getting the system version, public and technical urls * * @return \RetailCrm\Response\ApiResponse */