Explorar el Código

Minor rewording in CHANGELOG.

Daniele Alessandri hace 11 años
padre
commit
8ea76f79c7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
   been renamed to make their fully-qualified name less redundant. Now the base
   response interface is `Predis\Response\ResponseInterface`.
   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
 - 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
   processor. Developers can define or override handlers used to prefix keys, but