Przeglądaj źródła

Minor rewording in CHANGELOG.

Daniele Alessandri 11 lat temu
rodzic
commit
8ea76f79c7
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      CHANGELOG.md

+ 2 - 2
CHANGELOG.md

@@ -80,8 +80,8 @@ v1.0.0 (201x-xx-xx)
   been renamed to make their fully-qualified name less redundant. Now the base
   response interface is `Predis\Response\ResponseInterface`.
 
-- The profile factory code has been extrapolated from the abstract Redis profile
-  class and it's now in `Predis\Profile\Factory`.
+- The profile factory code has been extracted from the abstract Redis profile
+  class and now lives in `Predis\Profile\Factory`.
 
 - The key prefixing logic has been moved from command classes to the key prefix
   processor. Developers can define or override handlers used to prefix keys, but